diff --git a/cybele.gemspec b/cybele.gemspec index a987b5e..d8b783f 100644 --- a/cybele.gemspec +++ b/cybele.gemspec @@ -5,26 +5,25 @@ require File.expand_path('../lib/cybele/version', __FILE__) require 'date' Gem::Specification.new do |spec| - spec.name = 'cybele' - spec.version = Cybele::VERSION - spec.authors = %w[lab2023] - spec.email = %w[info@lab2023.com] - spec.description = %q{Rails 4.x template with responder, simple form, haml, exception notification, etc etc ...} - spec.summary = %q{Rails 4.x template with responder, simple form, haml, exception notification, etc etc ...} - spec.homepage = 'https://github.com/kebab-project/cybele' - spec.license = 'MIT' - spec.date = Date.today.strftime('%Y-%m-%d') - spec.required_ruby_version = ">= #{Cybele::RUBY_VERSION}" - spec.add_dependency 'bundler', '~> 1.5' - spec.add_dependency 'rails', Cybele::RAILS_VERSION - spec.files = `git ls-files`.split($/) - spec.executables = %w[cybele] - spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) - spec.require_paths= %w[lib] + spec.name = 'cybele' + spec.version = Cybele::VERSION + spec.authors = %w[lab2023] + spec.email = %w[info@lab2023.com] + spec.description = %q{Rails 4.x template with responder, simple form, haml, exception notification, etc etc ...} + spec.summary = %q{Rails 4.x template with responder, simple form, haml, exception notification, etc etc ...} + spec.homepage = 'https://github.com/kebab-project/cybele' + spec.license = 'MIT' + spec.date = Date.today.strftime('%Y-%m-%d') + spec.files = `git ls-files`.split($/) + spec.executables = %w[cybele] + spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) + spec.require_paths = %w[lib] spec.add_development_dependency 'rake' + spec.add_dependency 'bundler', '~> 1.5' + spec.add_dependency 'rails', Cybele::RAILS_VERSION spec.extra_rdoc_files = %w[README.md MIT-LICENSE] end diff --git a/lib/cybele/version.rb b/lib/cybele/version.rb index 4a7d516..5b21f28 100644 --- a/lib/cybele/version.rb +++ b/lib/cybele/version.rb @@ -1,5 +1,5 @@ module Cybele - RAILS_VERSION = '~> 4.2.4' + RAILS_VERSION = '~> 4.2.0' RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip VERSION = '1.7.1' end \ No newline at end of file