git-at 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/git/at/version.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8000201fb237a95f8c53668cb9652c06a4db5e36
4
- data.tar.gz: badc80b6f2c68c76f4947e81ef10a6c6daf52502
3
+ metadata.gz: 29e8628da68f3ad4194d9617a26c934657ea8dbf
4
+ data.tar.gz: b076b7026993071529de6f8d11ac738562887609
5
5
  SHA512:
6
- metadata.gz: 820926cbe12d0f50a741445f086fb6a8f05f60d8ce2b3a1d41cbed2cf93af0b04600fd8cab1896387c1522aa64841ba5ddc12bc5c3971a91a7696e98cdf0f09b
7
- data.tar.gz: 6d39f0a664dcba4aaf719ae8ea3e3db463c27b2f9a5fd4a774420a3fe52d6383ec4d8070e535cda3e09f373c681e9677d32b89eccdf1b47daf70b1fb2ac5856c
6
+ metadata.gz: d9db654e2fa524fa3beadca865a47ebd2462a25cbd6990ad8558a357e8af092e16397c56b8b5d2a83323ea1b42fef868124429bd395c0d11055d35de1ad9af91
7
+ data.tar.gz: 56fa9fd2f9fe251a9be9dfc150c57a782856337b6bd6fc8b0f0936c3d2355a7099c286bd05fbc6b7f18f1eeebabf18a6f9744b16a2b1000fd1fc1708d15da3ee
@@ -1,5 +1,5 @@
1
1
  module Git
2
2
  module At
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-at
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Fedorov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-17 00:00:00.000000000 Z
11
+ date: 2016-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  version: '0'
90
90
  requirements: []
91
91
  rubyforge_project:
92
- rubygems_version: 2.2.2
92
+ rubygems_version: 2.4.6
93
93
  signing_key:
94
94
  specification_version: 4
95
95
  summary: Allows to make a commit at any point of time.