rubaidh-generators 1.0.3 → 1.0.4

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/CHANGELOG CHANGED
@@ -1,5 +1,10 @@
1
1
  = Change Log
2
2
 
3
+ == Version 1.0.4
4
+
5
+ * Insert cucumber into the generated application, not a duplicate copy of
6
+ webrat.
7
+
3
8
  == Version 1.0.3
4
9
 
5
10
  * The rubaidh_rails application generator now pulls in edge Rails as a
data/generators.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = 'generators'
3
- s.version = '1.0.3'
4
- s.date = '2009-02-15'
3
+ s.version = '1.0.4'
4
+ s.date = '2009-03-04'
5
5
  s.authors = ['Graeme Mathieson', 'Rubaidh Ltd']
6
6
  s.email = 'support@rubaidh.com'
7
7
  s.rubyforge_project = 'rubaidh'
data/templates/rubaidh.rb CHANGED
@@ -38,7 +38,7 @@ plugin 'remarkable', :git => 'git://github.com/carlosbrando/remarkable.git',
38
38
  plugin 'rspec', :git => 'git://github.com/dchelimsky/rspec.git', :submodule => true
39
39
  plugin 'rspec-rails', :git => 'git://github.com/dchelimsky/rspec-rails.git', :submodule => true
40
40
  plugin 'webrat', :git => 'git://github.com/brynary/webrat.git', :submodule => true
41
- plugin 'webrat', :git => 'git://github.com/aslakhellesoy/cucumber.git', :submodule => true
41
+ plugin 'cucumber', :git => 'git://github.com/aslakhellesoy/cucumber.git', :submodule => true
42
42
  plugin 'object_daddy', :git => 'git://github.com/flogic/object_daddy.git', :submodule => true
43
43
  generate 'rspec'
44
44
  generate 'cucumber'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubaidh-generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Graeme Mathieson
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-02-15 00:00:00 -08:00
13
+ date: 2009-03-04 00:00:00 -08:00
14
14
  default_executable: rubaidh_rails
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency