diff --git a/.gemspec b/.gemspec index 9c6fb89..b69fc30 100644 --- a/.gemspec +++ b/.gemspec @@ -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 = 'brewster1134@gmail.com' s.executables = ["yuyi"] @@ -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' diff --git a/.new b/.new index 19d89f6..d55537b 100644 --- a/.new +++ b/.new @@ -16,4 +16,4 @@ tasks: - spec/**/*.rb project_name: Yuyi type: ruby -version: 0.0.8 +version: 1.0.0