rxcms-compliance_plugin 0.2.0 → 0.3.0

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: d126beb04ddef40a0b16b56d93b52867c35042c2
4
- data.tar.gz: 201f47d9366cbc06124c462e9fba40ebf3c1235d
3
+ metadata.gz: 584d1c9ad247007a1e74eb7dcdc5cd482a0c8925
4
+ data.tar.gz: 008a8abf7e4522ffdf60cc9d78432957673a45e5
5
5
  SHA512:
6
- metadata.gz: 0d3ddffee0d989b330c391e45bed98ff54e18664ff99d436ac359ebcb072d2b5df8f3034cdb7005e506a69f390a1047e147347c14503ecc123a6ed0f2e0614d1
7
- data.tar.gz: b6d5300fad750487f2ee58296abedcff337b2781b1f17eaeb139d50bff5058f9671f4f460c3a85910d10ac1409bad07b3d104b67a6f17b471ba7f4f4d291c516
6
+ metadata.gz: b27c4ee3c610f358d637afe75d03f89f9da576f1b1aaa966e85a247fb5a92c4f6579d9f0a3331c50253bfb9c6071f9264285c32bf9f33637c91fa418e23aab84
7
+ data.tar.gz: 42bc10bf6d43e23c29aabffacdde4d9b9d2325c151db6056bd2bb9985fef0a1645a6c18fbb850c89e4f1ff50c798bf368fdc8ea0743c6db991a0f2775934ccc3
File without changes
data/Rakefile CHANGED
@@ -23,7 +23,16 @@ end
23
23
  APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
24
24
  load 'rails/tasks/engine.rake'
25
25
 
26
+ Bundler::GemHelper.install_tasks
26
27
 
28
+ Dir[File.join(File.dirname(__FILE__), 'tasks/**/*.rake')].each {|f| load f }
27
29
 
28
- Bundler::GemHelper.install_tasks
30
+ require 'rspec/core'
31
+ require 'rspec/core/rake_task'
32
+
33
+ desc "Run all specs in spec directory (excluding plugin specs)"
34
+
35
+ RSpec::Core::RakeTask.new(:spec => 'app:db:test:prepare')
29
36
 
37
+ task :default => :spec
38
+ task :test => :spec
@@ -1,3 +1,3 @@
1
1
  module RxcmsCompliancePlugin
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rxcms-compliance_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anh Nguyen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-21 00:00:00.000000000 Z
12
+ date: 2013-11-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -185,10 +185,10 @@ files:
185
185
  - lib/rxcms-compliance_plugin/version.rb
186
186
  - lib/rxcms-compliance_plugin.rb
187
187
  - lib/tasks/rxcms-compliance_plugin_tasks.rake
188
- - MIT-LICENSE
188
+ - LICENSE
189
189
  - Rakefile
190
190
  - README.rdoc
191
- homepage: https://bitbucket.org/kikoflame/rxcms-compliance-plugin
191
+ homepage: https://bitbucket.org/kikoflame/rxcms-compliance_plugin
192
192
  licenses:
193
193
  - MIT
194
194
  metadata: