prologue 0.5.0 → 0.5.5

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.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- prologue (0.5.0)
4
+ prologue (0.5.5)
5
5
  rails (~> 3.0.0)
6
6
  thor
7
7
 
@@ -9,34 +9,33 @@ GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
11
  abstract (1.0.0)
12
- actionmailer (3.0.1)
13
- actionpack (= 3.0.1)
14
- mail (~> 2.2.5)
15
- actionpack (3.0.1)
16
- activemodel (= 3.0.1)
17
- activesupport (= 3.0.1)
12
+ actionmailer (3.0.5)
13
+ actionpack (= 3.0.5)
14
+ mail (~> 2.2.15)
15
+ actionpack (3.0.5)
16
+ activemodel (= 3.0.5)
17
+ activesupport (= 3.0.5)
18
18
  builder (~> 2.1.2)
19
19
  erubis (~> 2.6.6)
20
- i18n (~> 0.4.1)
20
+ i18n (~> 0.4)
21
21
  rack (~> 1.2.1)
22
- rack-mount (~> 0.6.12)
23
- rack-test (~> 0.5.4)
22
+ rack-mount (~> 0.6.13)
23
+ rack-test (~> 0.5.7)
24
24
  tzinfo (~> 0.3.23)
25
- activemodel (3.0.1)
26
- activesupport (= 3.0.1)
25
+ activemodel (3.0.5)
26
+ activesupport (= 3.0.5)
27
27
  builder (~> 2.1.2)
28
- i18n (~> 0.4.1)
29
- activerecord (3.0.1)
30
- activemodel (= 3.0.1)
31
- activesupport (= 3.0.1)
32
- arel (~> 1.0.0)
28
+ i18n (~> 0.4)
29
+ activerecord (3.0.5)
30
+ activemodel (= 3.0.5)
31
+ activesupport (= 3.0.5)
32
+ arel (~> 2.0.2)
33
33
  tzinfo (~> 0.3.23)
34
- activeresource (3.0.1)
35
- activemodel (= 3.0.1)
36
- activesupport (= 3.0.1)
37
- activesupport (3.0.1)
38
- arel (1.0.1)
39
- activesupport (~> 3.0.0)
34
+ activeresource (3.0.5)
35
+ activemodel (= 3.0.5)
36
+ activesupport (= 3.0.5)
37
+ activesupport (3.0.5)
38
+ arel (2.0.9)
40
39
  aruba (0.2.3)
41
40
  background_process
42
41
  cucumber (~> 0.9.0)
@@ -54,32 +53,33 @@ GEM
54
53
  gherkin (2.2.9)
55
54
  json (~> 1.4.6)
56
55
  term-ansicolor (~> 1.0.5)
57
- i18n (0.4.1)
56
+ i18n (0.5.0)
58
57
  json (1.4.6)
59
- mail (2.2.7)
58
+ mail (2.2.15)
60
59
  activesupport (>= 2.3.6)
61
- mime-types
62
- treetop (>= 1.4.5)
60
+ i18n (>= 0.4.0)
61
+ mime-types (~> 1.16)
62
+ treetop (~> 1.4.8)
63
63
  mime-types (1.16)
64
64
  polyglot (0.3.1)
65
65
  rack (1.2.1)
66
66
  rack-mount (0.6.13)
67
67
  rack (>= 1.0.0)
68
- rack-test (0.5.6)
68
+ rack-test (0.5.7)
69
69
  rack (>= 1.0)
70
- rails (3.0.1)
71
- actionmailer (= 3.0.1)
72
- actionpack (= 3.0.1)
73
- activerecord (= 3.0.1)
74
- activeresource (= 3.0.1)
75
- activesupport (= 3.0.1)
76
- bundler (~> 1.0.0)
77
- railties (= 3.0.1)
78
- railties (3.0.1)
79
- actionpack (= 3.0.1)
80
- activesupport (= 3.0.1)
81
- rake (>= 0.8.4)
82
- thor (~> 0.14.0)
70
+ rails (3.0.5)
71
+ actionmailer (= 3.0.5)
72
+ actionpack (= 3.0.5)
73
+ activerecord (= 3.0.5)
74
+ activeresource (= 3.0.5)
75
+ activesupport (= 3.0.5)
76
+ bundler (~> 1.0)
77
+ railties (= 3.0.5)
78
+ railties (3.0.5)
79
+ actionpack (= 3.0.5)
80
+ activesupport (= 3.0.5)
81
+ rake (>= 0.8.7)
82
+ thor (~> 0.14.4)
83
83
  rake (0.8.7)
84
84
  rspec (2.0.1)
85
85
  rspec-core (~> 2.0.1)
@@ -92,10 +92,10 @@ GEM
92
92
  rspec-core (~> 2.0.1)
93
93
  rspec-expectations (~> 2.0.1)
94
94
  term-ansicolor (1.0.5)
95
- thor (0.14.3)
96
- treetop (1.4.8)
95
+ thor (0.14.6)
96
+ treetop (1.4.9)
97
97
  polyglot (>= 0.3.1)
98
- tzinfo (0.3.23)
98
+ tzinfo (0.3.24)
99
99
 
100
100
  PLATFORMS
101
101
  ruby
@@ -105,6 +105,4 @@ DEPENDENCIES
105
105
  bundler (~> 1.0.0)
106
106
  cucumber
107
107
  prologue!
108
- rails (~> 3.0.0)
109
108
  rspec (~> 2.0.0)
110
- thor
@@ -1,3 +1,3 @@
1
1
  module Prologue
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.5"
3
3
  end
data/prologue.gemspec CHANGED
@@ -11,14 +11,15 @@ Gem::Specification.new do |s|
11
11
  s.summary = "prologue-#{s.version}"
12
12
  s.description = "Generate a Rails 3 app with application templates Quick Left uses to start their projects off right!"
13
13
 
14
- s.required_rubygems_version = "~> 1.3.6"
15
14
  s.rubyforge_project = "prologue"
16
15
 
16
+ s.required_rubygems_version = "> 1.3.6"
17
+
17
18
  s.add_dependency "thor"
18
19
  s.add_dependency('rails', '~> 3.0.0')
19
20
  s.add_development_dependency "bundler", "~> 1.0.0"
20
21
  s.add_development_dependency "cucumber"
21
- s.add_development_dependency "aruba"
22
+ s.add_development_dependency "aruba"
22
23
  s.add_development_dependency "rspec", "~> 2.0.0"
23
24
 
24
25
  s.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prologue
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 1
5
+ prerelease:
5
6
  segments:
6
7
  - 0
7
8
  - 5
8
- - 0
9
- version: 0.5.0
9
+ - 5
10
+ version: 0.5.5
10
11
  platform: ruby
11
12
  authors:
12
13
  - Quick Left
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-12-22 00:00:00 -07:00
18
+ date: 2011-03-08 00:00:00 -07:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
@@ -25,6 +26,7 @@ dependencies:
25
26
  requirements:
26
27
  - - ">="
27
28
  - !ruby/object:Gem::Version
29
+ hash: 3
28
30
  segments:
29
31
  - 0
30
32
  version: "0"
@@ -38,6 +40,7 @@ dependencies:
38
40
  requirements:
39
41
  - - ~>
40
42
  - !ruby/object:Gem::Version
43
+ hash: 7
41
44
  segments:
42
45
  - 3
43
46
  - 0
@@ -53,6 +56,7 @@ dependencies:
53
56
  requirements:
54
57
  - - ~>
55
58
  - !ruby/object:Gem::Version
59
+ hash: 23
56
60
  segments:
57
61
  - 1
58
62
  - 0
@@ -68,6 +72,7 @@ dependencies:
68
72
  requirements:
69
73
  - - ">="
70
74
  - !ruby/object:Gem::Version
75
+ hash: 3
71
76
  segments:
72
77
  - 0
73
78
  version: "0"
@@ -81,6 +86,7 @@ dependencies:
81
86
  requirements:
82
87
  - - ">="
83
88
  - !ruby/object:Gem::Version
89
+ hash: 3
84
90
  segments:
85
91
  - 0
86
92
  version: "0"
@@ -94,6 +100,7 @@ dependencies:
94
100
  requirements:
95
101
  - - ~>
96
102
  - !ruby/object:Gem::Version
103
+ hash: 15
97
104
  segments:
98
105
  - 2
99
106
  - 0
@@ -168,14 +175,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
168
175
  requirements:
169
176
  - - ">="
170
177
  - !ruby/object:Gem::Version
178
+ hash: 3
171
179
  segments:
172
180
  - 0
173
181
  version: "0"
174
182
  required_rubygems_version: !ruby/object:Gem::Requirement
175
183
  none: false
176
184
  requirements:
177
- - - ~>
185
+ - - ">"
178
186
  - !ruby/object:Gem::Version
187
+ hash: 23
179
188
  segments:
180
189
  - 1
181
190
  - 3
@@ -184,9 +193,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
193
  requirements: []
185
194
 
186
195
  rubyforge_project: prologue
187
- rubygems_version: 1.3.7
196
+ rubygems_version: 1.6.1
188
197
  signing_key:
189
198
  specification_version: 3
190
- summary: prologue-0.5.0
199
+ summary: prologue-0.5.5
191
200
  test_files: []
192
201