capistrano-shoryuken 0.1.3 → 0.1.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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Nzc4NTdmMTM2YmYzNGEwOGJmYmQ2OTNkNDRiNzEwZjI1NDA5YmYxYw==
4
+ OGU5MmJmZjJmNWUyODdiZmJmZmI5YjA0MmI0NDk0OGM3MTZiNTA0Mg==
5
5
  data.tar.gz: !binary |-
6
- NWJmZTBiNDEyYWRmMDNjZTA4MDg4ZTIzYzA5NjA4YzFkMjRmMzFkMw==
6
+ Yjc5OGZhMjc1ZTA5ZWFiZTZjMjUwMGYxNGVmNzVlMDc2YjM5Yjg3Zg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NzU5ZDlmODczYmM1ODkxNjY2MmJiMWVjMzU0MzFhMDZmNmJmZTRiM2U1N2Fk
10
- YTZjYzhkZDg0NTFjMWU4OGZhOTAzOTQyNmZhMDE1YTU5ZDBhNTJkMjE5NTgz
11
- MDc3ODc2ZjQ0ODk2YTJiYzc1Yzg1MzM0NzdjNGMwZDgwMTkxYzE=
9
+ YWU1NDU0Nzc3ZDA5NjdlOTY0N2U3ZTMxZDcyM2NlMzIzODJkNzEwZjc5YmM3
10
+ YmQ5ZDViZDdiNjE4NDAwYWRlNjNhODRmMWMxMmFjNjRhODUzMjFjZmJkNTE2
11
+ YjIxYmM5YWRlNWM0Yjg4NWFhMjc2ZGJkYWFiNjcwN2NiN2E1NzY=
12
12
  data.tar.gz: !binary |-
13
- NjU1YTMwN2VmZTNkNjIzMmQ3MjM5M2VlZjIzNjgzNjQzMjJmOTBlZTZkODNm
14
- YjdkZmRjODFmMWEzYzhmYzY3YWMwNTIzMjQ5ZDNkZDgyZDFkZTlkMGRjOWY1
15
- OGI0OTU0MzgzODdlMzcyYjgyZjRkMDdkM2U5ZWNiZTMyM2ZiOTQ=
13
+ YTU5NGM2MWI2YTlkODAwZDI4Nzg0MjA1MTVmZDk3ODgyNGI0MjM4YWYwZGQ0
14
+ ZWFjZDU5MWYyYmE3NWVmYzU3YmQ5OTc1ZTAwMDY5Y2IyYjc4YmZkYmFjMDVm
15
+ YmNlOTMxNmM2ZmMyNzVmNzA0N2ZjYTViZmUzZjc3OGI5OGU2MjY=
data/README.md CHANGED
@@ -43,6 +43,7 @@ Configurable options, shown here with defaults (using Capistrano 3 syntax):
43
43
  ```
44
44
 
45
45
  ## Changelog
46
+ - 0.1.4: Minimum ruby 1.9.2
46
47
  - 0.1.3: Fix erroneous auto-loading from Bundler.require
47
48
  - 0.1.2: Support --require option.
48
49
  - 0.1.1: Default --rails option. Support Capistrano 3
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
18
  spec.require_paths = ["lib"]
19
19
 
20
- spec.required_ruby_version = '>= 1.9.3'
20
+ spec.required_ruby_version = '>= 1.9.2'
21
21
 
22
22
  spec.add_dependency 'capistrano'
23
23
  end
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Shoryuken
3
- VERSION = '0.1.3'
3
+ VERSION = '0.1.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-shoryuken
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Khoobyar
@@ -53,7 +53,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - ! '>='
55
55
  - !ruby/object:Gem::Version
56
- version: 1.9.3
56
+ version: 1.9.2
57
57
  required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ! '>='