enginex 0.8.0 → 0.8.1

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.
data/Gemfile CHANGED
@@ -2,7 +2,7 @@ source :rubygems
2
2
 
3
3
  gemspec
4
4
 
5
- gem "sqlite3-ruby"
5
+ gem "sqlite3"
6
6
  gem "rspec", "~> 2.0"
7
7
  gem "rspec-rails", "~> 2.0"
8
- gem "capybara", "~> 0.4"
8
+ gem "capybara", "~> 0.4"
@@ -10,35 +10,35 @@ GEM
10
10
  remote: http://rubygems.org/
11
11
  specs:
12
12
  abstract (1.0.0)
13
- actionmailer (3.0.3)
14
- actionpack (= 3.0.3)
15
- mail (~> 2.2.9)
16
- actionpack (3.0.3)
17
- activemodel (= 3.0.3)
18
- activesupport (= 3.0.3)
13
+ actionmailer (3.0.4)
14
+ actionpack (= 3.0.4)
15
+ mail (~> 2.2.15)
16
+ actionpack (3.0.4)
17
+ activemodel (= 3.0.4)
18
+ activesupport (= 3.0.4)
19
19
  builder (~> 2.1.2)
20
20
  erubis (~> 2.6.6)
21
21
  i18n (~> 0.4)
22
22
  rack (~> 1.2.1)
23
23
  rack-mount (~> 0.6.13)
24
- rack-test (~> 0.5.6)
24
+ rack-test (~> 0.5.7)
25
25
  tzinfo (~> 0.3.23)
26
- activemodel (3.0.3)
27
- activesupport (= 3.0.3)
26
+ activemodel (3.0.4)
27
+ activesupport (= 3.0.4)
28
28
  builder (~> 2.1.2)
29
29
  i18n (~> 0.4)
30
- activerecord (3.0.3)
31
- activemodel (= 3.0.3)
32
- activesupport (= 3.0.3)
30
+ activerecord (3.0.4)
31
+ activemodel (= 3.0.4)
32
+ activesupport (= 3.0.4)
33
33
  arel (~> 2.0.2)
34
34
  tzinfo (~> 0.3.23)
35
- activeresource (3.0.3)
36
- activemodel (= 3.0.3)
37
- activesupport (= 3.0.3)
38
- activesupport (3.0.3)
39
- arel (2.0.6)
35
+ activeresource (3.0.4)
36
+ activemodel (= 3.0.4)
37
+ activesupport (= 3.0.4)
38
+ activesupport (3.0.4)
39
+ arel (2.0.8)
40
40
  builder (2.1.2)
41
- capybara (0.4.0)
41
+ capybara (0.4.1.2)
42
42
  celerity (>= 0.7.9)
43
43
  culerity (>= 0.2.4)
44
44
  mime-types (>= 1.16)
@@ -46,19 +46,19 @@ GEM
46
46
  rack (>= 1.0.0)
47
47
  rack-test (>= 0.5.4)
48
48
  selenium-webdriver (>= 0.0.27)
49
- xpath (~> 0.1.2)
50
- celerity (0.8.5)
51
- childprocess (0.1.4)
49
+ xpath (~> 0.1.3)
50
+ celerity (0.8.8)
51
+ childprocess (0.1.7)
52
52
  ffi (~> 0.6.3)
53
- culerity (0.2.12)
53
+ culerity (0.2.15)
54
54
  diff-lcs (1.1.2)
55
55
  erubis (2.6.6)
56
56
  abstract (>= 1.0.0)
57
57
  ffi (0.6.3)
58
58
  rake (>= 0.8.7)
59
59
  i18n (0.5.0)
60
- json_pure (1.4.6)
61
- mail (2.2.12)
60
+ json_pure (1.5.1)
61
+ mail (2.2.15)
62
62
  activesupport (>= 2.3.6)
63
63
  i18n (>= 0.4.0)
64
64
  mime-types (~> 1.16)
@@ -69,47 +69,47 @@ GEM
69
69
  rack (1.2.1)
70
70
  rack-mount (0.6.13)
71
71
  rack (>= 1.0.0)
72
- rack-test (0.5.6)
72
+ rack-test (0.5.7)
73
73
  rack (>= 1.0)
74
- rails (3.0.3)
75
- actionmailer (= 3.0.3)
76
- actionpack (= 3.0.3)
77
- activerecord (= 3.0.3)
78
- activeresource (= 3.0.3)
79
- activesupport (= 3.0.3)
74
+ rails (3.0.4)
75
+ actionmailer (= 3.0.4)
76
+ actionpack (= 3.0.4)
77
+ activerecord (= 3.0.4)
78
+ activeresource (= 3.0.4)
79
+ activesupport (= 3.0.4)
80
80
  bundler (~> 1.0)
81
- railties (= 3.0.3)
82
- railties (3.0.3)
83
- actionpack (= 3.0.3)
84
- activesupport (= 3.0.3)
81
+ railties (= 3.0.4)
82
+ railties (3.0.4)
83
+ actionpack (= 3.0.4)
84
+ activesupport (= 3.0.4)
85
85
  rake (>= 0.8.7)
86
86
  thor (~> 0.14.4)
87
87
  rake (0.8.7)
88
- rspec (2.2.0)
89
- rspec-core (~> 2.2)
90
- rspec-expectations (~> 2.2)
91
- rspec-mocks (~> 2.2)
92
- rspec-core (2.2.1)
93
- rspec-expectations (2.2.0)
88
+ rspec (2.5.0)
89
+ rspec-core (~> 2.5.0)
90
+ rspec-expectations (~> 2.5.0)
91
+ rspec-mocks (~> 2.5.0)
92
+ rspec-core (2.5.1)
93
+ rspec-expectations (2.5.0)
94
94
  diff-lcs (~> 1.1.2)
95
- rspec-mocks (2.2.0)
96
- rspec-rails (2.2.1)
95
+ rspec-mocks (2.5.0)
96
+ rspec-rails (2.5.0)
97
97
  actionpack (~> 3.0)
98
98
  activesupport (~> 3.0)
99
99
  railties (~> 3.0)
100
- rspec (~> 2.2.0)
100
+ rspec (~> 2.5.0)
101
101
  rubyzip (0.9.4)
102
- selenium-webdriver (0.1.1)
103
- childprocess (= 0.1.4)
102
+ selenium-webdriver (0.1.3)
103
+ childprocess (~> 0.1.5)
104
104
  ffi (~> 0.6.3)
105
105
  json_pure
106
106
  rubyzip
107
- sqlite3-ruby (1.3.2)
107
+ sqlite3 (1.3.3)
108
108
  thor (0.14.6)
109
109
  treetop (1.4.9)
110
110
  polyglot (>= 0.3.1)
111
- tzinfo (0.3.23)
112
- xpath (0.1.2)
111
+ tzinfo (0.3.24)
112
+ xpath (0.1.3)
113
113
  nokogiri (~> 1.3)
114
114
 
115
115
  PLATFORMS
@@ -118,9 +118,6 @@ PLATFORMS
118
118
  DEPENDENCIES
119
119
  capybara (~> 0.4)
120
120
  enginex!
121
- rails (~> 3.0.3)
122
- rake (~> 0.8)
123
121
  rspec (~> 2.0)
124
122
  rspec-rails (~> 2.0)
125
- sqlite3-ruby
126
- thor (~> 0.14)
123
+ sqlite3
@@ -2,7 +2,7 @@
2
2
 
3
3
  Enginex is a command line tool which creates a Rails 3 Engine with Rakefile, Gemfile and a ready to run test suite on top of a vendored Rails application.
4
4
 
5
- Enginex was created for the purpose of and used in José Valim's book: Crafting Rails Applications available at http://www.pragprog.com/titles/jvrails/crafting-rails-applications .
5
+ Enginex was created for the purpose of and used in José Valim's book: Crafting Rails Applications available at http://plataformatec.com.br/crafting-rails-applications .
6
6
 
7
7
  Engines will be available on Rails 3.1 as the new plugin generator and invoked as: "rails plugin new". The port to Rails was made by Piotr Sarnacki.
8
8
 
data/Rakefile CHANGED
@@ -22,7 +22,7 @@ begin
22
22
  require 'jeweler'
23
23
  Jeweler::Tasks.new do |s|
24
24
  s.name = "enginex"
25
- s.version = "0.8.0"
25
+ s.version = "0.8.1"
26
26
  s.summary = "Creates a Rails 3 engine with Rakefile, Gemfile and running tests"
27
27
  s.email = "jose.valim@plataformatec.com.br"
28
28
  s.homepage = "http://github.com/josevalim/enginex"
@@ -4,6 +4,6 @@ Gem::Specification.new do |s|
4
4
  s.name = "<%= underscored %>"
5
5
  s.summary = "Insert <%= camelized %> summary."
6
6
  s.description = "Insert <%= camelized %> description."
7
- s.files = Dir["lib/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
7
+ s.files = Dir["{app,lib,config}/**/*"] + ["MIT-LICENSE", "Rakefile", "Gemfile", "README.rdoc"]
8
8
  s.version = "0.0.1"
9
9
  end
@@ -2,11 +2,11 @@ source "http://rubygems.org"
2
2
 
3
3
  gem "rails", "<%= ActiveSupport::VERSION::STRING %>"
4
4
  gem "capybara", ">= 0.4.0"
5
- gem "sqlite3-ruby", :require => "sqlite3"
5
+ gem "sqlite3"
6
6
  <%- if rspec? %>
7
7
  gem "rspec-rails", ">= 2.0.0.beta"
8
8
  <% end -%>
9
9
 
10
10
  # To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
11
11
  # gem 'ruby-debug'
12
- # gem 'ruby-debug19'
12
+ # gem 'ruby-debug19'
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: 63
5
- prerelease: false
4
+ hash: 61
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 0
10
- version: 0.8.0
9
+ - 1
10
+ version: 0.8.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-12-11 00:00:00 +01:00
18
+ date: 2011-03-01 00:00:00 +01:00
19
19
  default_executable: enginex
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -103,8 +103,8 @@ homepage: http://github.com/josevalim/enginex
103
103
  licenses: []
104
104
 
105
105
  post_install_message:
106
- rdoc_options:
107
- - --charset=UTF-8
106
+ rdoc_options: []
107
+
108
108
  require_paths:
109
109
  - lib
110
110
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  requirements: []
129
129
 
130
130
  rubyforge_project:
131
- rubygems_version: 1.3.7
131
+ rubygems_version: 1.5.3
132
132
  signing_key:
133
133
  specification_version: 3
134
134
  summary: Creates a Rails 3 engine with Rakefile, Gemfile and running tests