rubaidh-generators 1.0.2 → 1.0.3

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.
Files changed (3) hide show
  1. data/CHANGELOG +5 -0
  2. data/generators.gemspec +2 -2
  3. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,5 +1,10 @@
1
1
  = Change Log
2
2
 
3
+ == Version 1.0.3
4
+
5
+ * The rubaidh_rails application generator now pulls in edge Rails as a
6
+ submodule.
7
+
3
8
  == Version 1.0.2
4
9
 
5
10
  * Enhance (ie write) documentation.
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.2'
4
- s.date = '2009-02-13'
3
+ s.version = '1.0.3'
4
+ s.date = '2009-02-15'
5
5
  s.authors = ['Graeme Mathieson', 'Rubaidh Ltd']
6
6
  s.email = 'support@rubaidh.com'
7
7
  s.rubyforge_project = 'rubaidh'
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.2
4
+ version: 1.0.3
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-13 00:00:00 -08:00
13
+ date: 2009-02-15 00:00:00 -08:00
14
14
  default_executable: rubaidh_rails
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency