capistrano-spree 1.0.2 → 1.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 92d1a5807a27f2a1ce2101ee0bf7a57d5979b94a
4
- data.tar.gz: 3c411c234644396e93db87037af5e14d317065ac
3
+ metadata.gz: cebce43375632e0be45ceb486466bd92f1f68224
4
+ data.tar.gz: f1b63f88bae934210745e33a9a8a15f3c16e1486
5
5
  SHA512:
6
- metadata.gz: d88c3bc6086882c68cfc4aef1ea66d68cd14b3109976ffbfba67993197f3514017fbca45a0b99bb73d367b1783eaeb2207b1741c107f4fd774cf1e227d63bd95
7
- data.tar.gz: 4c738c0a22e477a4085bee3481aa0978fd7a4ae217bd526b1d1f3f5a04283e76b16d3d17c558d0fd7f01485655e3afa9fe83e2d124a0a161ee3a96dcac3fc854
6
+ metadata.gz: 7f5b8ccb0b2fddcd96d739e4824cc2c0fb86aacbd9408f863989d0ae34b5000c3c38823ca193e069cae7d78fcc86668cdf614e038a4b8c9c6ab0d51007d0b16a
7
+ data.tar.gz: b958461211a911b56d24bf3eec19b093ca8adc1a488320e93c115d5e03a487677241ae1a8cc3fa82c73b8951bbe01574fb90dd71680642e7935651b9faf698e3
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
- *.gem
1
+ *.gem
2
+ Gemfile.lock
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "capistrano-spree"
7
- spec.version = "1.0.2"
7
+ spec.version = "1.0.3"
8
8
  spec.authors = ["Alessandro Lepore"]
9
9
  spec.email = ["a.lepore@freegoweb.it"]
10
10
  spec.summary = %q{Spree Commerce support for Capistrano 3.x}
@@ -11,7 +11,7 @@ namespace :deface do
11
11
  end
12
12
 
13
13
  # RVM integration
14
- if Gem::Specification::find_all_by_name('capistrano-rvm').any?
14
+ if Rake.application.tasks.collect(&:to_s).include?("rvm:hook")
15
15
  before :precompile, 'rvm:hook'
16
16
  end
17
17
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-spree
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Lepore
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-27 00:00:00.000000000 Z
11
+ date: 2015-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  version: '0'
105
105
  requirements: []
106
106
  rubyforge_project:
107
- rubygems_version: 2.4.2
107
+ rubygems_version: 2.4.6
108
108
  signing_key:
109
109
  specification_version: 4
110
110
  summary: Spree Commerce support for Capistrano 3.x