rubaidh-generators 1.0.6 → 1.0.7

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,9 @@
1
1
  = Change Log
2
2
 
3
+ == Version 1.0.7
4
+
5
+ * Pin Rails to 2.3 stable to prevent 3.0 stuff causing problems
6
+
3
7
  == Version 1.0.6
4
8
 
5
9
  * Add Web App Theme to the application (script/generate rubaidh_layout)
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.6'
4
- s.date = '2009-03-17'
3
+ s.version = '1.0.7'
4
+ s.date = '2009-04-20'
5
5
  s.authors = ['Graeme Mathieson', 'Mark Connell' 'Rubaidh Ltd']
6
6
  s.email = 'support@rubaidh.com'
7
7
  s.rubyforge_project = 'rubaidh'
data/templates/rubaidh.rb CHANGED
@@ -29,8 +29,8 @@ git :add => '.'
29
29
  git :commit => "-m 'Initial commit of application skeleton.'"
30
30
 
31
31
  # Pull Rails in as a submodule
32
- git :submodule => 'add git://github.com/rails/rails.git vendor/rails'
33
- git :commit => '-m "Pull in Rails as a git submodule."'
32
+ git :submodule => 'add git://github.com/rails/rails.git vendor/rails -b 2-3-stable'
33
+ git :commit => '-m "Pull in Rails as a git submodule and pin to version 2.3 stable."'
34
34
 
35
35
  # Update against the latest edge Rails
36
36
  rake 'rails:update'
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.6
4
+ version: 1.0.7
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-03-17 00:00:00 -07:00
13
+ date: 2009-04-20 00:00:00 -07:00
14
14
  default_executable: rubaidh_rails
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency