arturo 0.2.3.1 → 0.2.3.2
Sign up to get free protection for your applications and to get access to all the features.
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arturo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 87
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
9
|
- 3
|
10
|
-
-
|
11
|
-
version: 0.2.3.
|
10
|
+
- 2
|
11
|
+
version: 0.2.3.2
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- James A. Rosen
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-
|
19
|
+
date: 2010-11-01 00:00:00 -07:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
@@ -119,9 +119,12 @@ extra_rdoc_files: []
|
|
119
119
|
files:
|
120
120
|
- lib/arturo/controller_filters.rb
|
121
121
|
- lib/arturo/engine.rb
|
122
|
+
- lib/arturo/feature.rb
|
122
123
|
- lib/arturo/feature_availability.rb
|
123
124
|
- lib/arturo/feature_factories.rb
|
124
125
|
- lib/arturo/feature_management.rb
|
126
|
+
- lib/arturo/features_controller.rb
|
127
|
+
- lib/arturo/features_helper.rb
|
125
128
|
- lib/arturo/range_form_support.rb
|
126
129
|
- lib/arturo/special_handling.rb
|
127
130
|
- lib/arturo.rb
|
@@ -132,9 +135,6 @@ files:
|
|
132
135
|
- lib/generators/arturo/templates/initializer.rb
|
133
136
|
- lib/generators/arturo/templates/migration.rb
|
134
137
|
- lib/generators/arturo/templates/semicolon.png
|
135
|
-
- app/controllers/arturo/features_controller.rb
|
136
|
-
- app/helpers/arturo/features_helper.rb
|
137
|
-
- app/models/arturo/feature.rb
|
138
138
|
- app/views/arturo/features/_feature.html.erb
|
139
139
|
- app/views/arturo/features/_form.html.erb
|
140
140
|
- app/views/arturo/features/edit.html.erb
|