Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brewster1134 committed Jun 28, 2014
1 parent 2844019 commit 18c9bde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.author = 'Ryan Brewster'
s.bindir = 'bin'
s.date = '2014-06-16'
s.date = '2014-06-27'
s.description = 'Maintain a menu of applications and services to automate the installation'
s.email = '[email protected]'
s.executables = ["yuyi"]
Expand All @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.name = 'yuyi'
s.summary = 'Automation for installing/uninstalling/updating your machine environment'
s.test_files = ["spec/fixtures/roll_dir/nested/bar_roll.rb", "spec/fixtures/roll_dir/nested/foo_roll.rb", "spec/lib/yuyi/cli_spec.rb", "spec/lib/yuyi/core_spec.rb", "spec/lib/yuyi/menu_spec.rb", "spec/lib/yuyi/roll_spec.rb", "spec/lib/yuyi/source_spec.rb", "spec/lib/yuyi_spec.rb", "spec/spec_helper.rb"]
s.version = '0.0.8'
s.version = '1.0.0'
s.add_runtime_dependency 'rspec', '>= 0'
s.add_development_dependency 'new', '>= 0'
s.add_development_dependency 'guard', '>= 0'
Expand Down
2 changes: 1 addition & 1 deletion .new
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tasks:
- spec/**/*.rb
project_name: Yuyi
type: ruby
version: 0.0.8
version: 1.0.0

0 comments on commit 18c9bde

Please sign in to comment.