enginex 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.7.0".freeze
10
+ VERSION = "0.7.1".freeze
11
11
 
12
12
  include Thor::Actions
13
13
  check_unknown_options!
@@ -1,7 +1,7 @@
1
1
  source "http://rubygems.org"
2
2
 
3
3
  gem "rails", "<%= ActiveSupport::VERSION::STRING %>"
4
- gem "capybara", ">= 0.3.9"
4
+ gem "capybara", ">= 0.4.0"
5
5
  gem "sqlite3-ruby", :require => "sqlite3"
6
6
 
7
7
  if RUBY_VERSION < '1.9'
@@ -1,6 +1,6 @@
1
1
  require 'test_helper'
2
2
 
3
- class NagivationTest < ActiveSupport::IntegrationCase
3
+ class NavigationTest < ActiveSupport::IntegrationCase
4
4
  test "truth" do
5
5
  assert_kind_of Dummy::Application, Rails.application
6
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enginex
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 0
10
- version: 0.7.0
9
+ - 1
10
+ version: 0.7.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Jos\xC3\xA9 Valim"
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-12 00:00:00 +02:00
18
+ date: 2010-11-11 00:00:00 +01:00
19
19
  default_executable: enginex
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency