gistory 0.1.1 → 0.1.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/gistory.gemspec +1 -0
- data/lib/gistory/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13fa6495f947e7a7da92c8d218cfcbbf62f5faf9
|
|
4
|
+
data.tar.gz: 0f052f2ca32e6b56e5d8f16927480b7c70dbe401
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79ff54d2b69a3d0dade7c3bc0c8e2631e617074de5c011d8c537d0c1e50f2bae645a129d81047a32ea4d7ef1e33eab86202eec6ebec110c108ab47cb8e0d744d
|
|
7
|
+
data.tar.gz: 5a830defc29a13084f42e9308563ae5b36e59425b411ae0ebc7cea32bbbda7f8b53a7c80db26221e340bd87d26568a8f4beb96548e84b1e58655910e2fdad5c0
|
data/gistory.gemspec
CHANGED
|
@@ -15,6 +15,7 @@ Gem::Specification.new do |spec|
|
|
|
15
15
|
spec.summary = 'Gistory: Know exactly when a gem was updated in your Gemfile.lock'
|
|
16
16
|
spec.description = 'Gistory: Know exactly when a gem was updated in your Gemfile.lock'
|
|
17
17
|
spec.homepage = 'https://www.github.com/serch/gistory'
|
|
18
|
+
spec.licenses = ['MIT']
|
|
18
19
|
|
|
19
20
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
20
21
|
f.match(%r{^(test|spec|features)/})
|
data/lib/gistory/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gistory
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sergio Medina
|
|
@@ -99,7 +99,8 @@ files:
|
|
|
99
99
|
- lib/gistory/version.rb
|
|
100
100
|
- lib/gistory/version_change.rb
|
|
101
101
|
homepage: https://www.github.com/serch/gistory
|
|
102
|
-
licenses:
|
|
102
|
+
licenses:
|
|
103
|
+
- MIT
|
|
103
104
|
metadata: {}
|
|
104
105
|
post_install_message:
|
|
105
106
|
rdoc_options: []
|