what_is_it_about 0.1.0 → 0.1.1
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/lib/what_is_it_about/version.rb +1 -1
- data/what_is_it_about.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a70ce8d8ffd2b68bfeb75df1cac06f47934dd4a
|
|
4
|
+
data.tar.gz: c0c047238da7055fe184e4fec462b6885fdc0267
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3be5b608221675c91aed7b4693246fe3b833cabaa4df0fc0910392fd427f02ee28f08c6d0dee34a03899f94326336a981b08db0d42433d3f29700a1d1517bb27
|
|
7
|
+
data.tar.gz: 04a77b800817b1d12050bc0375e5b45b9d714b92be17d29d4cb83039488ff74f8a810468fe218c2dcb0e7a4402699fb04bb55e6a204f8f428a0eb284d470940c
|
data/what_is_it_about.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Write a short summary, because Rubygems requires one.}
|
|
13
13
|
spec.description = %q{Write a longer description or delete this line.}
|
|
14
|
-
spec.homepage = "https://github.com/DmitryBochkarev/
|
|
14
|
+
spec.homepage = "https://github.com/DmitryBochkarev/what_is_it_about"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: what_is_it_about
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dmitry Bochkarev
|
|
@@ -121,7 +121,7 @@ files:
|
|
|
121
121
|
- lib/what_is_it_about/summary.rb
|
|
122
122
|
- lib/what_is_it_about/version.rb
|
|
123
123
|
- what_is_it_about.gemspec
|
|
124
|
-
homepage: https://github.com/DmitryBochkarev/
|
|
124
|
+
homepage: https://github.com/DmitryBochkarev/what_is_it_about
|
|
125
125
|
licenses:
|
|
126
126
|
- MIT
|
|
127
127
|
metadata: {}
|