super_push 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 90b0629d25d72b5c265514e335f1366b7a6f5aca
4
- data.tar.gz: 2613e2f8e6ec7ddb4d7f1848b36ea7fbb4f9fbad
3
+ metadata.gz: 12fe579162e1ce13455debf53f871200b47ddd18
4
+ data.tar.gz: 3ddcde2a287b20b2b9974464460a683bc586c4f8
5
5
  SHA512:
6
- metadata.gz: 0d277aec56bb2ab4993e1289d50e1ba30cc5769e485ccda751ab7f0dd7092a5c07f91adae401b6f4df98297bb2095eee771ca420cee96f28648cf25529a0050d
7
- data.tar.gz: 1e1907d22f56c14f5e00d032c6acd6cfef0f2e5c6bd2258351bbefd61d65b8d7c3f6e17ff5be2d6c7037311d9e38de8d13e0406798aacef9f2c9e8ba402c147c
6
+ metadata.gz: 7ad4d34df7ae18a848bb8965a90ed51f87f17d4ead41f00ffdaab2dc83ae12b00394f4c4ff202a712a994d6a42c8f399fbca2e0b0031b22453398971bfd187ab
7
+ data.tar.gz: 39dbc241c096a64418d2e81b3676f01c34b0720148ebe3a5d497f04fac041ae2a0f9a09ff027bf5131333e98747b31c88c67462ccd1127d7909d1859a716e7b0
data/README.md CHANGED
@@ -5,17 +5,7 @@ This is a very basic and naive implementation of "git status", "git commit" and
5
5
 
6
6
  ## Installation
7
7
 
8
- Add this line to your application's Gemfile:
9
-
10
- ```ruby
11
- gem 'super_push'
12
- ```
13
-
14
- And then execute:
15
-
16
- $ bundle
17
-
18
- Or install it yourself as:
8
+ Type this line to your command line:
19
9
 
20
10
  $ gem install super_push
21
11
 
data/lib/.DS_Store ADDED
Binary file
@@ -1,3 +1,3 @@
1
1
  module SuperPush
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: super_push
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - A–P.CO
@@ -96,6 +96,7 @@ files:
96
96
  - README.md
97
97
  - Rakefile
98
98
  - bin/spush
99
+ - lib/.DS_Store
99
100
  - lib/super_push.rb
100
101
  - lib/super_push/version.rb
101
102
  - super_push.gemspec