kabal 0.2.13 → 0.2.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/kabal.gemspec +2 -2
- data/lib/kabal/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 501779f1e454f2db85b91289089e709ab8682701
|
4
|
+
data.tar.gz: aeac5f808d26d4cab88c1f2b5ee76c2d14a3a113
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c011c155472b7e4805d9361036fc80db9b17f27f5493ce9782f4eebebc6ef3d5c0c8e53310850f1a4b49204309fa7c0159da93f33475ae6931819643d6bcc339
|
7
|
+
data.tar.gz: 9e76695801c851494e90390f7220204414c0b93530d798655e6eae48c38abead1088004fb0a56f1150f14cd6f1b5127c8df53a53b0d31da6a3fd4ee8a4fb407d
|
data/kabal.gemspec
CHANGED
@@ -10,13 +10,13 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["kalashnikovisme@gmail.com"]
|
11
11
|
spec.summary = %q{Number To Text Helper}
|
12
12
|
spec.description = %q{Kabal allows you to translate numbers into text.}
|
13
|
-
spec.homepage = "
|
13
|
+
spec.homepage = "https://github.com/kalashnikovisme/kabal"
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.required_ruby_version = '>= 2.0.0'
|
16
16
|
spec.metadata = { "issue_tracker" => "https://github.com/kalashnikovisme/kabal/issues" }
|
17
17
|
|
18
18
|
spec.files = `git ls-files`.split("\n")
|
19
|
-
spec.post_install_message = "See documentation of Kabal on https://github.com/kalashnikovisme/kabal"
|
19
|
+
spec.post_install_message = "See documentation of Kabal on https://github.com/kalashnikovisme/kabal. Demo http://kabal.herokuapp.com"
|
20
20
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
21
21
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
22
22
|
spec.require_paths = ["lib"]
|
data/lib/kabal/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kabal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Kalashnikov
|
@@ -78,12 +78,13 @@ files:
|
|
78
78
|
- yaml/languages/en.yml
|
79
79
|
- yaml/languages/ru.yml
|
80
80
|
- yaml/support.yml
|
81
|
-
homepage:
|
81
|
+
homepage: https://github.com/kalashnikovisme/kabal
|
82
82
|
licenses:
|
83
83
|
- MIT
|
84
84
|
metadata:
|
85
85
|
issue_tracker: https://github.com/kalashnikovisme/kabal/issues
|
86
|
-
post_install_message: See documentation of Kabal on https://github.com/kalashnikovisme/kabal
|
86
|
+
post_install_message: See documentation of Kabal on https://github.com/kalashnikovisme/kabal.
|
87
|
+
Demo http://kabal.herokuapp.com
|
87
88
|
rdoc_options: []
|
88
89
|
require_paths:
|
89
90
|
- lib
|