scrum_yo 0.1.3 → 0.1.4
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 +8 -8
- data/lib/scrum_yo/version.rb +1 -1
- data/scrum_yo.gemspec +1 -1
- metadata +2 -4
- data/scrum_art.png +0 -0
- data/scrumyo_example.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NTg1MzVkYzk0YjY1MzA2ZTAzOWYyYWE2ZDk1ODBhOGEzMTNkMDE0MA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZWY5ZGZhNTBjOGU3Mjg5YjU3NzVlMzAzOWYwYjg4YzYzYzkzYmMzMg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjcyODc1NDg3OGUwMzQ5MTZmOTY3YzdlOWI1NTBlMTUyZDNkODI2Y2U1MTRj
|
|
10
|
+
M2JiYzBmYzM3MmE2ZWE1NzM4NjgwZTA0NTg1OTY3MGVjNTlmNDgyMzM0NjQ4
|
|
11
|
+
YzVhOWE1NmJkZjNmZDY3ZGFkNDA5MTIyZjY4YzNjNWMxNDdiMmU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ODliY2Y5NTMwMTllMjZiYzY2ZmIyMmUzNDAyMjQ3ZDI0ODA1ODYyZjJiNjQ3
|
|
14
|
+
OTQzYWNkZGNjODAxMzRhY2ZjMTcwYTYxODIxYTI0ZGQxNDFlM2QyNTkyNDIw
|
|
15
|
+
NjExMDFkNjU2MWUzOTdlMDkxMzk5NWZhNzJkOGJmZDFkYTJkYmM=
|
data/lib/scrum_yo/version.rb
CHANGED
data/scrum_yo.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.homepage = "https://github.com/mscoutermarsh/scrum_yo"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
|
-
spec.files = `git ls-files -z`.split("\x0")
|
|
16
|
+
spec.files = `git ls-files -z`.split("\x0") - %w(scrum_art.png scrumyo_example.png)
|
|
17
17
|
spec.executables = ['scrumyo']
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
19
|
spec.require_paths = ["lib"]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scrum_yo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Coutermarsh
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-05-
|
|
11
|
+
date: 2014-05-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: octokit
|
|
@@ -159,9 +159,7 @@ files:
|
|
|
159
159
|
- lib/scrum_yo/user.rb
|
|
160
160
|
- lib/scrum_yo/version.rb
|
|
161
161
|
- lib/string_hacks.rb
|
|
162
|
-
- scrum_art.png
|
|
163
162
|
- scrum_yo.gemspec
|
|
164
|
-
- scrumyo_example.png
|
|
165
163
|
- spec/spec_helper.rb
|
|
166
164
|
homepage: https://github.com/mscoutermarsh/scrum_yo
|
|
167
165
|
licenses:
|
data/scrum_art.png
DELETED
|
Binary file
|
data/scrumyo_example.png
DELETED
|
Binary file
|