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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77dda075d6032396cef2286adb80257e773b418d
4
- data.tar.gz: d6f298d8ca4e2d9f0c31a70060199c5d5098a099
3
+ metadata.gz: 7dbd2902749fc2dbc0d94e790a4656a50fa1c697
4
+ data.tar.gz: 7eced4059c3a3271c75520f03c7bbd1f74a4de44
5
5
  SHA512:
6
- metadata.gz: 075cd8a9b717f624a43ce944c3687fbf99a8670617075ad2ea3a196d9825a355d4b04cd20466ed332067f3815b808195a1f898eee47a68ece28f723aee21559f
7
- data.tar.gz: 34e3e4e66b5a6c1b8b119b1351d992b2b252172a95a5bf36d2190fedd1d115b91d749835ee7a46a432a852fdbc5ff02252209a5e268baf7148b49808e7302793
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.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.6)
11
- faraday (0.9.0)
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.7.0)
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/[my-github-username]/github-nippou/fork )
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`)
@@ -1,5 +1,5 @@
1
1
  module Github
2
2
  module Nippou
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
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.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-07 00:00:00.000000000 Z
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.