acts_as_featureable 0.0.3 → 0.0.4
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.
- checksums.yaml +4 -4
- data/.gitignore +0 -2
- data/acts_as_featureable.gemspec +1 -1
- data/lib/acts_as_featureable/version.rb +1 -1
- metadata +5 -9
- data/bin/rails +0 -8
- data/spec/factories/topics.rb +0 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83861da30c365e248e140ebed21b9f915448965b
|
|
4
|
+
data.tar.gz: e7336904c2b1440aa69b40beec4103196a538990
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3bb592c0a7dfaa3cd1fa75d2821aa7f0344e6c6b12abea41056d5ada47403ab3b11ef069e83b4641a03e68396202cf918e3025de8153fce3aa2b4c6883286be2
|
|
7
|
+
data.tar.gz: 1f7361dd7506f602a258b58ec543c6023463bc451943872f977607f93c7bb4936eb2799cd55a15ce7245463ae55ce04a1c721ba4a9b7cdd33757cb15bdc0a7ba
|
data/.gitignore
CHANGED
data/acts_as_featureable.gemspec
CHANGED
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
19
|
spec.require_paths = ["lib"]
|
|
20
20
|
|
|
21
|
-
spec.add_dependency "rails", "~> 4.0.0
|
|
21
|
+
spec.add_dependency "rails", "~> 4.0.0"
|
|
22
22
|
|
|
23
23
|
spec.add_development_dependency "bundler", "~> 1.3"
|
|
24
24
|
spec.add_development_dependency "rake"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: acts_as_featureable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kainage
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 4.0.0
|
|
19
|
+
version: 4.0.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 4.0.0
|
|
26
|
+
version: 4.0.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: bundler
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -111,8 +111,7 @@ dependencies:
|
|
|
111
111
|
description: Add a feature resource to a rails app
|
|
112
112
|
email:
|
|
113
113
|
- kainage@gmail.com
|
|
114
|
-
executables:
|
|
115
|
-
- rails
|
|
114
|
+
executables: []
|
|
116
115
|
extensions: []
|
|
117
116
|
extra_rdoc_files: []
|
|
118
117
|
files:
|
|
@@ -139,7 +138,6 @@ files:
|
|
|
139
138
|
- app/views/features/index.html.erb
|
|
140
139
|
- app/views/features/new.html.erb
|
|
141
140
|
- app/views/features/show.html.erb
|
|
142
|
-
- bin/rails
|
|
143
141
|
- lib/acts_as_featureable.rb
|
|
144
142
|
- lib/acts_as_featureable/config.rb
|
|
145
143
|
- lib/acts_as_featureable/engine.rb
|
|
@@ -189,7 +187,6 @@ files:
|
|
|
189
187
|
- spec/dummy/public/favicon.ico
|
|
190
188
|
- spec/extra/model.rb
|
|
191
189
|
- spec/extra/schema.rb
|
|
192
|
-
- spec/factories/topics.rb
|
|
193
190
|
- spec/helpers/features_helper_spec.rb
|
|
194
191
|
- spec/models/feature_spec.rb
|
|
195
192
|
- spec/models/featureable_spec.rb
|
|
@@ -260,7 +257,6 @@ test_files:
|
|
|
260
257
|
- spec/dummy/public/favicon.ico
|
|
261
258
|
- spec/extra/model.rb
|
|
262
259
|
- spec/extra/schema.rb
|
|
263
|
-
- spec/factories/topics.rb
|
|
264
260
|
- spec/helpers/features_helper_spec.rb
|
|
265
261
|
- spec/models/feature_spec.rb
|
|
266
262
|
- spec/models/featureable_spec.rb
|
data/bin/rails
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env ruby
|
|
2
|
-
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
|
|
3
|
-
|
|
4
|
-
ENGINE_ROOT = File.expand_path('../..', __FILE__)
|
|
5
|
-
ENGINE_PATH = File.expand_path('../../lib/cts_as_featureable/engine', __FILE__)
|
|
6
|
-
|
|
7
|
-
require 'rails/all'
|
|
8
|
-
require 'rails/engine/commands'
|