nifty-generators 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,10 @@
1
+ 0.4.6 (March 26, 2011)
2
+
3
+ * fixing form block in HAML (thanks apocalyptiq)
4
+
5
+ * fixing instance variable setting in HAML (thanks nhocki)
6
+
7
+
1
8
  0.4.5 (February 14, 2011)
2
9
 
3
10
  * fixing user validation tests in nifty:authentication (thanks apocalyptiq) - issue #87
@@ -1,45 +1,46 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nifty-generators (0.4.4)
4
+ nifty-generators (0.4.6)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
8
8
  specs:
9
9
  abstract (1.0.0)
10
- actionmailer (3.0.3)
11
- actionpack (= 3.0.3)
12
- mail (~> 2.2.9)
13
- actionpack (3.0.3)
14
- activemodel (= 3.0.3)
15
- activesupport (= 3.0.3)
10
+ actionmailer (3.0.1)
11
+ actionpack (= 3.0.1)
12
+ mail (~> 2.2.5)
13
+ actionpack (3.0.1)
14
+ activemodel (= 3.0.1)
15
+ activesupport (= 3.0.1)
16
16
  builder (~> 2.1.2)
17
17
  erubis (~> 2.6.6)
18
- i18n (~> 0.4)
18
+ i18n (~> 0.4.1)
19
19
  rack (~> 1.2.1)
20
- rack-mount (~> 0.6.13)
21
- rack-test (~> 0.5.6)
20
+ rack-mount (~> 0.6.12)
21
+ rack-test (~> 0.5.4)
22
22
  tzinfo (~> 0.3.23)
23
- activemodel (3.0.3)
24
- activesupport (= 3.0.3)
23
+ activemodel (3.0.1)
24
+ activesupport (= 3.0.1)
25
25
  builder (~> 2.1.2)
26
- i18n (~> 0.4)
27
- activerecord (3.0.3)
28
- activemodel (= 3.0.3)
29
- activesupport (= 3.0.3)
30
- arel (~> 2.0.2)
26
+ i18n (~> 0.4.1)
27
+ activerecord (3.0.1)
28
+ activemodel (= 3.0.1)
29
+ activesupport (= 3.0.1)
30
+ arel (~> 1.0.0)
31
31
  tzinfo (~> 0.3.23)
32
- activeresource (3.0.3)
33
- activemodel (= 3.0.3)
34
- activesupport (= 3.0.3)
35
- activesupport (3.0.3)
36
- arel (2.0.7)
37
- bcrypt-ruby (2.1.4)
32
+ activeresource (3.0.1)
33
+ activemodel (= 3.0.1)
34
+ activesupport (= 3.0.1)
35
+ activesupport (3.0.1)
36
+ arel (1.0.1)
37
+ activesupport (~> 3.0.0)
38
+ bcrypt-ruby (2.1.2)
38
39
  builder (2.1.2)
39
- cucumber (0.9.4)
40
+ cucumber (0.9.2)
40
41
  builder (~> 2.1.2)
41
42
  diff-lcs (~> 1.1.2)
42
- gherkin (~> 2.2.9)
43
+ gherkin (~> 2.2.5)
43
44
  json (~> 1.4.6)
44
45
  term-ansicolor (~> 1.0.5)
45
46
  diff-lcs (1.1.2)
@@ -48,56 +49,53 @@ GEM
48
49
  gherkin (2.2.9)
49
50
  json (~> 1.4.6)
50
51
  term-ansicolor (~> 1.0.5)
51
- i18n (0.5.0)
52
+ i18n (0.4.1)
52
53
  json (1.4.6)
53
- mail (2.2.14)
54
+ mail (2.2.7)
54
55
  activesupport (>= 2.3.6)
55
- i18n (>= 0.4.0)
56
- mime-types (~> 1.16)
57
- treetop (~> 1.4.8)
56
+ mime-types
57
+ treetop (>= 1.4.5)
58
58
  mime-types (1.16)
59
- mocha (0.9.10)
59
+ mocha (0.9.8)
60
60
  rake
61
61
  polyglot (0.3.1)
62
62
  rack (1.2.1)
63
63
  rack-mount (0.6.13)
64
64
  rack (>= 1.0.0)
65
- rack-test (0.5.7)
65
+ rack-test (0.5.6)
66
66
  rack (>= 1.0)
67
- rails (3.0.3)
68
- actionmailer (= 3.0.3)
69
- actionpack (= 3.0.3)
70
- activerecord (= 3.0.3)
71
- activeresource (= 3.0.3)
72
- activesupport (= 3.0.3)
73
- bundler (~> 1.0)
74
- railties (= 3.0.3)
75
- railties (3.0.3)
76
- actionpack (= 3.0.3)
77
- activesupport (= 3.0.3)
78
- rake (>= 0.8.7)
79
- thor (~> 0.14.4)
67
+ rails (3.0.1)
68
+ actionmailer (= 3.0.1)
69
+ actionpack (= 3.0.1)
70
+ activerecord (= 3.0.1)
71
+ activeresource (= 3.0.1)
72
+ activesupport (= 3.0.1)
73
+ bundler (~> 1.0.0)
74
+ railties (= 3.0.1)
75
+ railties (3.0.1)
76
+ actionpack (= 3.0.1)
77
+ activesupport (= 3.0.1)
78
+ rake (>= 0.8.4)
79
+ thor (~> 0.14.0)
80
80
  rake (0.8.7)
81
- rspec (2.0.1)
82
- rspec-core (~> 2.0.1)
83
- rspec-expectations (~> 2.0.1)
84
- rspec-mocks (~> 2.0.1)
85
- rspec-core (2.0.1)
86
- rspec-expectations (2.0.1)
81
+ rspec (2.0.0)
82
+ rspec-core (= 2.0.0)
83
+ rspec-expectations (= 2.0.0)
84
+ rspec-mocks (= 2.0.0)
85
+ rspec-core (2.0.0)
86
+ rspec-expectations (2.0.0)
87
87
  diff-lcs (>= 1.1.2)
88
- rspec-mocks (2.0.1)
89
- rspec-core (~> 2.0.1)
90
- rspec-expectations (~> 2.0.1)
88
+ rspec-mocks (2.0.0)
89
+ rspec-core (= 2.0.0)
90
+ rspec-expectations (= 2.0.0)
91
91
  rspec-rails (2.0.1)
92
92
  rspec (~> 2.0.0)
93
- sqlite3 (1.3.3)
94
- sqlite3-ruby (1.3.3)
95
- sqlite3 (>= 1.3.3)
93
+ sqlite3-ruby (1.3.1)
96
94
  term-ansicolor (1.0.5)
97
- thor (0.14.6)
98
- treetop (1.4.9)
95
+ thor (0.14.3)
96
+ treetop (1.4.8)
99
97
  polyglot (>= 0.3.1)
100
- tzinfo (0.3.24)
98
+ tzinfo (0.3.23)
101
99
 
102
100
  PLATFORMS
103
101
  ruby
@@ -5,7 +5,7 @@
5
5
  <%- if actions? :show, :index -%>
6
6
  %p
7
7
  <%- if action? :show -%>
8
- = link_to "Show", <%= item_path %>
8
+ = link_to "Show", <%= item_path :instance_variable => true %>
9
9
  |
10
10
  <%- end -%>
11
11
  <%- if action? :index -%>
@@ -3,7 +3,7 @@
3
3
  %p== Don't have an account? #{link_to "Sign up!", signup_path}
4
4
 
5
5
  <%- if options[:authlogic] -%>
6
- - form_for @<%= session_singular_name %> do |f|
6
+ = form_for @<%= session_singular_name %> do |f|
7
7
  = f.error_messages
8
8
  %p
9
9
  = f.label :username
metadata CHANGED
@@ -1,12 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nifty-generators
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 4
8
- - 5
9
- version: 0.4.5
4
+ prerelease:
5
+ version: 0.4.6
10
6
  platform: ruby
11
7
  authors:
12
8
  - Ryan Bates
@@ -14,7 +10,7 @@ autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
12
 
17
- date: 2011-02-14 00:00:00 -08:00
13
+ date: 2011-03-26 00:00:00 -07:00
18
14
  default_executable:
19
15
  dependencies:
20
16
  - !ruby/object:Gem::Dependency
@@ -25,10 +21,6 @@ dependencies:
25
21
  requirements:
26
22
  - - ~>
27
23
  - !ruby/object:Gem::Version
28
- segments:
29
- - 2
30
- - 0
31
- - 1
32
24
  version: 2.0.1
33
25
  type: :development
34
26
  version_requirements: *id001
@@ -40,10 +32,6 @@ dependencies:
40
32
  requirements:
41
33
  - - ~>
42
34
  - !ruby/object:Gem::Version
43
- segments:
44
- - 0
45
- - 9
46
- - 2
47
35
  version: 0.9.2
48
36
  type: :development
49
37
  version_requirements: *id002
@@ -55,10 +43,6 @@ dependencies:
55
43
  requirements:
56
44
  - - ~>
57
45
  - !ruby/object:Gem::Version
58
- segments:
59
- - 3
60
- - 0
61
- - 0
62
46
  version: 3.0.0
63
47
  type: :development
64
48
  version_requirements: *id003
@@ -70,10 +54,6 @@ dependencies:
70
54
  requirements:
71
55
  - - ~>
72
56
  - !ruby/object:Gem::Version
73
- segments:
74
- - 0
75
- - 9
76
- - 8
77
57
  version: 0.9.8
78
58
  type: :development
79
59
  version_requirements: *id004
@@ -85,10 +65,6 @@ dependencies:
85
65
  requirements:
86
66
  - - ~>
87
67
  - !ruby/object:Gem::Version
88
- segments:
89
- - 2
90
- - 1
91
- - 2
92
68
  version: 2.1.2
93
69
  type: :development
94
70
  version_requirements: *id005
@@ -100,10 +76,6 @@ dependencies:
100
76
  requirements:
101
77
  - - ~>
102
78
  - !ruby/object:Gem::Version
103
- segments:
104
- - 1
105
- - 3
106
- - 1
107
79
  version: 1.3.1
108
80
  type: :development
109
81
  version_requirements: *id006
@@ -328,23 +300,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
328
300
  requirements:
329
301
  - - ">="
330
302
  - !ruby/object:Gem::Version
331
- segments:
332
- - 0
333
303
  version: "0"
334
304
  required_rubygems_version: !ruby/object:Gem::Requirement
335
305
  none: false
336
306
  requirements:
337
307
  - - ">="
338
308
  - !ruby/object:Gem::Version
339
- segments:
340
- - 1
341
- - 3
342
- - 4
343
309
  version: 1.3.4
344
310
  requirements: []
345
311
 
346
312
  rubyforge_project: nifty-generators
347
- rubygems_version: 1.3.7
313
+ rubygems_version: 1.5.0
348
314
  signing_key:
349
315
  specification_version: 3
350
316
  summary: A collection of useful Rails generator scripts.