super_push 0.1.5 → 0.1.6
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 +4 -4
- data/README.md +1 -11
- data/lib/.DS_Store +0 -0
- data/lib/super_push/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 12fe579162e1ce13455debf53f871200b47ddd18
|
|
4
|
+
data.tar.gz: 3ddcde2a287b20b2b9974464460a683bc586c4f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
data/lib/super_push/version.rb
CHANGED
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.
|
|
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
|