enginex 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ require "rails/generators"
7
7
  require "rails/generators/rails/app/app_generator"
8
8
 
9
9
  class Enginex < Thor::Group
10
- VERSION = "0.5.1".freeze
10
+ VERSION = "0.5.2".freeze
11
11
 
12
12
  include Thor::Actions
13
13
  check_unknown_options!
@@ -1,7 +1,7 @@
1
1
  source "http://gemcutter.org"
2
2
 
3
3
  gem "rails", "<%= ActiveSupport::VERSION::STRING %>"
4
- gem "capybara", "0.3.6"
4
+ gem "capybara", "0.3.7"
5
5
  gem "sqlite3-ruby", :require => "sqlite3"
6
6
 
7
7
  if RUBY_VERSION < '1.9'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 1
9
- version: 0.5.1
8
+ - 2
9
+ version: 0.5.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Jos\xC3\xA9 Valim"