terjira 0.2.1 → 0.2.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/terjira/version.rb +1 -1
- metadata +1 -2
- data/sample.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3cf9c44ff187852c127f691549126022017037ea
|
|
4
|
+
data.tar.gz: b06b344861749f49ea179c54285c63b70c58ecfd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4437c8ecc15c0779714bc71051bc8a73fb67158cd86d1ffdb5ee443086232cd9744734b54e05c96e136c0a6967e1f07942797e82826b3c53c6ad6166ffa5f6bd
|
|
7
|
+
data.tar.gz: 51a7f4009c42a979ee8671c356eef4cd6ce25d538939b72ccb996934e97c4d1a1006111465b1f0ebf5213a75a479869d0cc767cdf07fdc2dbf068453c6f3cc82
|
data/Gemfile.lock
CHANGED
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
|
-
[](https://www.youtube.com/watch?v=T0hbhaXtH-Y)
|
|
15
|
+
[](https://www.youtube.com/watch?v=T0hbhaXtH-Y)
|
|
16
16
|
|
|
17
17
|
## Installation
|
|
18
18
|
|
data/lib/terjira/version.rb
CHANGED
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.
|
|
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
|