acts_as_featureable 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83861da30c365e248e140ebed21b9f915448965b
4
- data.tar.gz: e7336904c2b1440aa69b40beec4103196a538990
3
+ metadata.gz: a1c0cdf6309ae0836e18edfb9742197cc7ea628a
4
+ data.tar.gz: 6edbf03bd554f3c6c894324bc2314888705669a1
5
5
  SHA512:
6
- metadata.gz: 3bb592c0a7dfaa3cd1fa75d2821aa7f0344e6c6b12abea41056d5ada47403ab3b11ef069e83b4641a03e68396202cf918e3025de8153fce3aa2b4c6883286be2
7
- data.tar.gz: 1f7361dd7506f602a258b58ec543c6023463bc451943872f977607f93c7bb4936eb2799cd55a15ce7245463ae55ce04a1c721ba4a9b7cdd33757cb15bdc0a7ba
6
+ metadata.gz: 1527625d470e781d74f7b81e0a0b0b2203f6081f3d700330a5bffebb96b8fa86d19c043cbdd9b5670a5ce69b627d1032e7fb942d2dafe5ef497656331653360a
7
+ data.tar.gz: 092b08a35528f603d2a480cd63ad10451a691f23fd4aeb06c2ec071d30e45653cfdb1690b414bcdd68a68482591a4201eaf3b33e797ff377d9505e87db46884f
@@ -1,3 +1,11 @@
1
+ ## v0.0.5
2
+
3
+ * Rakefile bugfix
4
+
5
+ ## v0.0.4
6
+
7
+ * Updating to rails 4.0.0
8
+
1
9
  ## v0.0.3
2
10
 
3
11
  * Bug fix. Always use respond_to_missing? when using method_missing?
data/Rakefile CHANGED
@@ -1,23 +1,6 @@
1
- #!/usr/bin/env rake
2
- begin
3
- require 'bundler/setup'
4
- rescue LoadError
5
- puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
6
- end
7
-
8
- APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
9
-
10
- load 'rails/tasks/engine.rake'
11
-
12
- Bundler::GemHelper.install_tasks
13
-
14
- Dir[File.join(File.dirname(__FILE__), 'tasks/**/*.rake')].each {|f| load f }
15
-
16
- require 'rspec/core'
1
+ require "bundler/gem_tasks"
17
2
  require 'rspec/core/rake_task'
18
3
 
19
- desc "Run all specs in spec directory (excluding plugin specs)"
20
-
21
- RSpec::Core::RakeTask.new(:spec => 'app:db:test:prepare')
4
+ RSpec::Core::RakeTask.new(:spec)
22
5
 
23
- task :default => :spec
6
+ task default: :spec
@@ -1,3 +1,3 @@
1
1
  module ActsAsFeatureable
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_featureable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kainage