backlog_api 0.0.1 → 0.0.2

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.
data/backlog_api.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = BacklogApi::VERSION
9
9
  spec.authors = ["a1125ts"]
10
10
  spec.email = ["a1125ts@aiit.ac.jp"]
11
- spec.description = %q{backlogのバックログを叩くよ}
12
- spec.summary = %q{backlogのバックログを叩くよ。まずはチケットを作れるようにしたよ。}
11
+ spec.description = %q{Ruby toolkit for the Backlog API.}
12
+ spec.summary = %q{Ruby toolkit for the Backlog API + α}
13
13
  spec.homepage = "https://github.com/a1125ts/backlog_api"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module BacklogApi
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backlog_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -443,7 +443,7 @@ dependencies:
443
443
  - - ! '>='
444
444
  - !ruby/object:Gem::Version
445
445
  version: '0'
446
- description: backlogのバックログを叩くよ
446
+ description: Ruby toolkit for the Backlog API.
447
447
  email:
448
448
  - a1125ts@aiit.ac.jp
449
449
  executables:
@@ -501,7 +501,7 @@ rubyforge_project:
501
501
  rubygems_version: 1.8.23
502
502
  signing_key:
503
503
  specification_version: 3
504
- summary: backlogのバックログを叩くよ。まずはチケットを作れるようにしたよ。
504
+ summary: Ruby toolkit for the Backlog API + α
505
505
  test_files:
506
506
  - spec/lib/application_spec.rb
507
507
  - spec/lib/backlog_api/client_spec.rb