github-nippou 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +7 -4
- data/README.md +1 -1
- data/lib/github/nippou/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7dbd2902749fc2dbc0d94e790a4656a50fa1c697
|
4
|
+
data.tar.gz: 7eced4059c3a3271c75520f03c7bbd1f74a4de44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c77d0ec9c2851c792b9954aa8e0766e7556d0bbe06243e98c13048dbbe063c5c8cd7d84ba8a6dd161e27b103e26811ca03e41dbc94669621bb995ac291d6a7d
|
7
|
+
data.tar.gz: cafdb12dc0bd59371f3e9bcce1deb84df0ed912cd566f881660ba654cab3f4729f53d890c9cba1fdfa6b1f76ea7604b5d28758ef3c42029fa1edfec6ac0e58f5
|
data/Gemfile.lock
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
github-nippou (1.0.
|
4
|
+
github-nippou (1.0.1)
|
5
5
|
octokit (~> 3.7)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
addressable (2.3.
|
11
|
-
faraday (0.9.
|
10
|
+
addressable (2.3.8)
|
11
|
+
faraday (0.9.1)
|
12
12
|
multipart-post (>= 1.2, < 3)
|
13
13
|
multipart-post (2.0.0)
|
14
|
-
octokit (3.
|
14
|
+
octokit (3.8.0)
|
15
15
|
sawyer (~> 0.6.0, >= 0.5.3)
|
16
16
|
rake (10.4.2)
|
17
17
|
sawyer (0.6.0)
|
@@ -25,3 +25,6 @@ DEPENDENCIES
|
|
25
25
|
bundler (~> 1.7)
|
26
26
|
github-nippou!
|
27
27
|
rake (~> 10.0)
|
28
|
+
|
29
|
+
BUNDLED WITH
|
30
|
+
1.10.6
|
data/README.md
CHANGED
@@ -32,7 +32,7 @@ Or install it yourself as:
|
|
32
32
|
|
33
33
|
## Contributing
|
34
34
|
|
35
|
-
1. Fork it ( https://github.com/
|
35
|
+
1. Fork it ( https://github.com/masutaka/github-nippou/fork )
|
36
36
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
37
37
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
38
38
|
4. Push to the branch (`git push origin my-new-feature`)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github-nippou
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takashi Masuda
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03
|
11
|
+
date: 2015-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: octokit
|
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
92
|
version: '0'
|
93
93
|
requirements: []
|
94
94
|
rubyforge_project:
|
95
|
-
rubygems_version: 2.4.5
|
95
|
+
rubygems_version: 2.4.5.1
|
96
96
|
signing_key:
|
97
97
|
specification_version: 4
|
98
98
|
summary: Print today's your GitHub action.
|