ruboty-qiita-github 0.2.2 → 0.2.3

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: 50ff6fda1477953596def0f47ab87b5f0127cb96
4
- data.tar.gz: f7f4240f5fa970d2e269a4081ea870409497a2d4
3
+ metadata.gz: ccd1e67858c99f728082ca9ae1123db3df278d74
4
+ data.tar.gz: a4d3b11e16ec956f31fa41f3d10d951cb05171cc
5
5
  SHA512:
6
- metadata.gz: 2c25894c067577f8a26bdb2f545ff92907633127259ee2ee8ffcd8d9d4d2f1cfd44b0fb8709c219447c98d3006c0a5716ba57a0b7b3e3f2eadad7c673763feba
7
- data.tar.gz: beb914c015a8c8a3dea6e9de51535933297beaca2d1f49f960eae5aefbfc3ea009204d26856ee58fa36219fea85524f848a3f6f1914988abf59da009fde2f556
6
+ metadata.gz: bb457fc3e32317405ed93e780f58b5536bde20d161008dc575b194e9338932b95ddf4332c42eb6a7366d4972348f0e53e009e5394133476b520eb4d43f522261
7
+ data.tar.gz: 19fafbc34effc2a1ea82cbe6ba8cdfd3a6aecc0776676b17c4e39bb8dd2982d641827bce4eadfc8f88a5c9268fb8c8205103bd157890a314bc589ece4108dff2
@@ -1,3 +1,6 @@
1
+ ## 0.2.3
2
+ - Fix typo
3
+
1
4
  ## 0.2.2
2
5
  - Fix a bug about pull request user
3
6
 
@@ -10,7 +10,7 @@ module Ruboty
10
10
  end
11
11
 
12
12
  def body
13
- body = "## Pull Requests to deloy\n\n"
13
+ body = "## Pull Requests to deploy\n\n"
14
14
  pull_requests_to_deploy(repository, to_branch, from_branch).each do |pr|
15
15
  body = body + [
16
16
  "-",
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Github
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-qiita-github
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Nakamura
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-10-28 00:00:00.000000000 Z
12
+ date: 2016-01-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -171,10 +171,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  version: '0'
172
172
  requirements: []
173
173
  rubyforge_project:
174
- rubygems_version: 2.4.5.1
174
+ rubygems_version: 2.4.5
175
175
  signing_key:
176
176
  specification_version: 4
177
177
  summary: Manage GitHub via Ruboty.
178
178
  test_files:
179
179
  - spec/ruboty/handlers/github_spec.rb
180
180
  - spec/spec_helper.rb
181
+ has_rdoc: