Skip to content

Commit

Permalink
cosmetic changes
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Andrey Korobkov committed Mar 15, 2015
1 parent 6643b1d commit 7ee4229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions active_scaffold.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.email = 'activescaffold@googlegroups.com'
s.authors = ['Many, see README']
s.homepage = 'https://github.com/activescaffold/active_scaffold'
s.summary = 'Rails 3.2 and 4.0 version of activescaffold supporting prototype and jquery'
s.summary = 'Rails 3.2, 4.0, 4.1 and 4.2 versions of ActiveScaffold supporting prototype and jquery'
s.description = 'Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.'
s.require_paths = ['lib']
s.files = `git ls-files {app,config,lib,public,shoulda_macros,vendor}`.split("\n") + %w[MIT-LICENSE CHANGELOG README.md]
Expand All @@ -28,5 +28,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('rails', '>= 3.2.18', '<5')
# Automatic Ruby code style checking tool. Aims to enforce the community-driven Ruby Style Guide
s.add_development_dependency 'rubocop'
s.add_development_dependency('shoulda', ['>= 0'])
s.add_development_dependency 'shoulda'
end

0 comments on commit 7ee4229

Please sign in to comment.