esopo 1.2.0 → 1.2.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/Gemfile.lock +2 -2
- data/esopo.gemspec +1 -1
- data/lib/esopo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41bcda9b33d740525546b179dca048b10cc21c202b1cf86110ec0a3380091226
|
4
|
+
data.tar.gz: f4652bd32b6c075aa6d4e42e420d1dcdafead856b97bad0f4ee85fca76889c71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2718a84a28c7cc10b49ebc55876aa2f7e08c4df75584bcec08bc5d51ad1bd54762205b222f26fc90a1d4b16d03c302211ce5832491da945bc1e7e8b514bcafd
|
7
|
+
data.tar.gz: 9f89ff08d812944d229a3d6424d86938529bdc916ee3f5ee0bed8fbef699849a03cd029576164c4c5378756811ddecc5e040d2750527d990b9b7e494aee7cedf
|
data/Gemfile.lock
CHANGED
data/esopo.gemspec
CHANGED
@@ -8,7 +8,7 @@ spec = Gem::Specification.new do |s|
|
|
8
8
|
s.licenses = ['Beerware']
|
9
9
|
s.author = 'Danil Che'
|
10
10
|
s.email = 'denchiric@mail.ru'
|
11
|
-
s.homepage = 'https://github.com/kingjoy'
|
11
|
+
s.homepage = 'https://github.com/kingjoy/esopo'
|
12
12
|
s.platform = Gem::Platform::RUBY
|
13
13
|
s.summary = 'Interpolation data and output into terminal'
|
14
14
|
s.files = `git ls-files`.split("\n")
|
data/lib/esopo/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: esopo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Danil Che
|
@@ -108,7 +108,7 @@ files:
|
|
108
108
|
- lib/esopo/version.rb
|
109
109
|
- spec/lib/esopo/generator_spec.rb
|
110
110
|
- spec/spec_helper.rb
|
111
|
-
homepage: https://github.com/kingjoy
|
111
|
+
homepage: https://github.com/kingjoy/esopo
|
112
112
|
licenses:
|
113
113
|
- Beerware
|
114
114
|
metadata: {}
|