itis 0.0.1 → 0.0.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.
Files changed (3) hide show
  1. data/itis.gemspec +2 -2
  2. data/lib/itis/version.rb +1 -1
  3. metadata +4 -4
@@ -4,7 +4,7 @@ require File.expand_path('../lib/itis/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Oto Brglez"]
6
6
  gem.email = ["otobrglez@gmail.com"]
7
- gem.description = %q{Ruby API for TIS}
7
+ gem.description = %q{Ruby API for TIS / Telefonski Imenik Slovenije}
8
8
  gem.summary = %q{Ruby API and console client for Telefonski Imenik Slovenije}
9
9
  gem.homepage = "https://github.com/otobrglez/itis"
10
10
 
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
13
13
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
14
14
  gem.name = "itis"
15
15
  gem.require_paths = ["lib"]
16
- gem.version = '0.0.1'
16
+ gem.version = Itis::VERSION
17
17
 
18
18
  gem.has_rdoc = false
19
19
  gem.bindir = 'bin'
@@ -1,3 +1,3 @@
1
1
  class Itis
2
- VERSION="0.0.1"
2
+ VERSION="0.0.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: itis
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Oto Brglez
@@ -56,7 +56,7 @@ dependencies:
56
56
  type: :development
57
57
  prerelease: false
58
58
  version_requirements: *id004
59
- description: Ruby API for TIS
59
+ description: Ruby API for TIS / Telefonski Imenik Slovenije
60
60
  email:
61
61
  - otobrglez@gmail.com
62
62
  executables:
@@ -92,7 +92,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - ">="
94
94
  - !ruby/object:Gem::Version
95
- hash: -1227818931761413211
95
+ hash: -1849764478944072087
96
96
  segments:
97
97
  - 0
98
98
  version: "0"
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  requirements:
102
102
  - - ">="
103
103
  - !ruby/object:Gem::Version
104
- hash: -1227818931761413211
104
+ hash: -1849764478944072087
105
105
  segments:
106
106
  - 0
107
107
  version: "0"