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 +4 -0
- data/generators.gemspec +2 -2
- data/templates/rubaidh.rb +2 -2
- metadata +2 -2
data/CHANGELOG
CHANGED
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.
|
4
|
-
s.date = '2009-
|
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.
|
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-
|
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
|