kabal 0.2.13 → 0.2.14

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/kabal.gemspec +2 -2
  3. data/lib/kabal/version.rb +1 -1
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a08088f9ce917da7ab5ae79cbff9de083b17550
4
- data.tar.gz: 9b94be96186326d5ec9a580341415ff2923da953
3
+ metadata.gz: 501779f1e454f2db85b91289089e709ab8682701
4
+ data.tar.gz: aeac5f808d26d4cab88c1f2b5ee76c2d14a3a113
5
5
  SHA512:
6
- metadata.gz: f1294db24f05715a19afca8fc522d49f0aaee078625f2531cd070e58bfd8ab709446605f1fa01d30f2398d5280f617706e63bee142977c09ec7c1543e91a6a53
7
- data.tar.gz: c170a471b4f1d49e2387a291392aa1c2b40ad226d33485b590dfa85fded31619f4383a6dcc19387944cd8b970affe24a8b32b7ce16f377c1c9cc51af13b662b4
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 = "http://kabal.herokuapp.com"
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
@@ -1,3 +1,3 @@
1
1
  module Kabal
2
- VERSION = "0.2.13"
2
+ VERSION = "0.2.14"
3
3
  end
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.13
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: http://kabal.herokuapp.com
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