mina-lock 0.0.1 → 0.0.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: 0a64d7dfbc919d8ef24131b9ddcd3d6efe7d759e
4
- data.tar.gz: e98ee0bcc392b45a2f1069903c74f14a9cca7658
3
+ metadata.gz: 3f2fd6bcc730ee1093e30cbf588a6b56413e2946
4
+ data.tar.gz: 0e1d1441e0459a873ce4b385b425bdf6ff431530
5
5
  SHA512:
6
- metadata.gz: a5d51eb7480179dec9190cf65c5e3c0134f2da8933aba13fef418eeac38a4d0206c0393490a9391b16bf7d93241cd7750f9805b5064f2a79f36a8dbfc789c795
7
- data.tar.gz: 9b9d31925427000fb4ec1bfa5e455b149ea52b52e9db2a9db21d2f2f9764b67bba50b8c09b2bf40b31eb4a511120ca4ac96b162fc0943f4d718264e026f5d2b2
6
+ metadata.gz: 069175169871926904d94b41e8925fafa00d1f68625a71a747893906124e1297d59395d12b4576ba8f314c42b6fc43080b42f4a4beac50ace91cebe94ebca148
7
+ data.tar.gz: cce6f73aa7c7a159e6f23a52bd8b2068c13cab19f738dcd4aef6a23a3deef1b519aeaf6908778dd9d0816b6df5f3db0843cd4f9da60de8ff98c1911e35dc4f64
@@ -1,5 +1,5 @@
1
1
  module Mina
2
2
  module Lock
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
data/mina-lock.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.version = Mina::Lock::VERSION
10
10
  spec.authors = ['Lorenzo Sinisi']
11
11
  spec.email = ['info@lorenzosinisi.com']
12
- spec.summary = 'Lock the deplyment with mina'
12
+ spec.summary = 'Manually lock the deployment of mina'
13
13
  spec.description = ''
14
14
  spec.homepage = 'https://github.com/lorenzosinisi/mina-lock'
15
15
  spec.license = 'MIT'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mina-lock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lorenzo Sinisi
@@ -77,5 +77,5 @@ rubyforge_project:
77
77
  rubygems_version: 2.2.2
78
78
  signing_key:
79
79
  specification_version: 4
80
- summary: Lock the deplyment with mina
80
+ summary: Manually lock the deployment of mina
81
81
  test_files: []