terjira 0.2.1 → 0.2.2

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: 77476a02726804785494a7f8fb656fd3693414aa
4
- data.tar.gz: b82d22e41c646033ce9123784055ce330adadfce
3
+ metadata.gz: 3cf9c44ff187852c127f691549126022017037ea
4
+ data.tar.gz: b06b344861749f49ea179c54285c63b70c58ecfd
5
5
  SHA512:
6
- metadata.gz: 57c3cc8b7df5b492832613b0e78ff8e6c9b4fac73ec57005487e2bb33f8a59920aec75b65edf3cd2a457075c19a6e1db1fafd649a5865697350a005b6e440215
7
- data.tar.gz: 48b8f7be412ffca233e1eeefec4c125c363fc15bfef404ede54815801760ad419b43398d84ec324b150fd35a398beeb93dd32c10007b85b632e1485cfe0b005c
6
+ metadata.gz: 4437c8ecc15c0779714bc71051bc8a73fb67158cd86d1ffdb5ee443086232cd9744734b54e05c96e136c0a6967e1f07942797e82826b3c53c6ad6166ffa5f6bd
7
+ data.tar.gz: 51a7f4009c42a979ee8671c356eef4cd6ce25d538939b72ccb996934e97c4d1a1006111465b1f0ebf5213a75a479869d0cc767cdf07fdc2dbf068453c6f3cc82
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- terjira (0.2.0)
4
+ terjira (0.2.2)
5
5
  activesupport (= 4.0.13)
6
6
  jira-ruby (~> 1.1)
7
7
  pastel (~> 0.6.1)
data/README.md CHANGED
@@ -12,7 +12,7 @@ Your Jira must support Rest API 2.0 and Agile Rest API 1.0
12
12
  ## Domo
13
13
  [Watch Demo](https://www.youtube.com/watch?v=T0hbhaXtH-Y)
14
14
 
15
- [![Sample](./sample.png)](https://www.youtube.com/watch?v=T0hbhaXtH-Y)
15
+ [![Sample](./dev/sample.png)](https://www.youtube.com/watch?v=T0hbhaXtH-Y)
16
16
 
17
17
  ## Installation
18
18
 
@@ -1,3 +1,3 @@
1
1
  module Terjira
2
- VERSION = '0.2.1'.freeze
2
+ VERSION = '0.2.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terjira
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jaehyun Shin
@@ -253,7 +253,6 @@ files:
253
253
  - lib/terjira/sprint_cli.rb
254
254
  - lib/terjira/utils/file_cache.rb
255
255
  - lib/terjira/version.rb
256
- - sample.png
257
256
  - terjira.gemspec
258
257
  homepage: https://github.com/keepcosmos/terjira
259
258
  licenses:
data/sample.png DELETED
Binary file