capistrano-crono 0.1.1 → 0.1.2

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: d7f353a866bc47ff3f6e9fe08ac5150ec5649b0f
4
- data.tar.gz: 711d1279b157c2ed53ddfc4172cec33792972628
3
+ metadata.gz: 681386488972f461cbd6d3430a2da6b996eb1298
4
+ data.tar.gz: 526b72ce88d4832e964e76d39deb33e39427f54a
5
5
  SHA512:
6
- metadata.gz: 86885b8171481ccb951c5567bf5a631b1e9d31b784a5035d3432b7aaf056a538623566689bb2d5cb66c1638629f3ace50264a47df9a7e8eb3bdd22be693ad59f
7
- data.tar.gz: 0c9db0162cb1a168c494288d446c8ca08a0b30a2920f212a1241bc902ffa2a058433a29c60dcb2825c3b2db6979f569bcdc912bf9055f03212e4b820ad07b3a8
6
+ metadata.gz: d36811150819ca652540c594d592f7eed4434f6990d0ad7bf121bd6f17e990c5f515db92ded532d06cc1dfa28565827235dee00fce98d879f0793ebac98c4508
7
+ data.tar.gz: 5c1135d8f6f6b617bbdf0ed340f870d015095a6a89631558850f88a3233e967a49cffed6e23d5c36f053756d6fe3f5ed7105d86196f5b4a7697ed04575a2e991
data/Changes.md CHANGED
@@ -2,3 +2,9 @@
2
2
  -----------
3
3
 
4
4
  - Initial release!
5
+
6
+ 0.1.2
7
+ -----------
8
+
9
+ - Fix Bundler loading issue
10
+ - Requires Capistrano 3.*
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capistrano-crono (0.1.0)
4
+ capistrano-crono (0.1.1)
5
5
  capistrano (>= 3.0.0)
6
6
  crono
7
7
 
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  capistrano-crono
2
2
  ------------------------
3
-
3
+ [![Gem Version](https://badge.fury.io/rb/capistrano-crono.svg)](http://badge.fury.io/rb/capistrano-crono)
4
+
4
5
  [Crono](https://github.com/plashchynski/crono/) integration for [Capistrano](https://github.com/capistrano/capistrano)
5
6
 
6
7
  ## Requirements
File without changes
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Crono
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-crono
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dzmitry Plashchynski
@@ -53,6 +53,7 @@ files:
53
53
  - NOTICE
54
54
  - README.md
55
55
  - capistrano-crono.gemspec
56
+ - lib/capistrano-crono.rb
56
57
  - lib/capistrano/crono.rb
57
58
  - lib/capistrano/crono/version.rb
58
59
  - lib/capistrano/tasks/crono.cap