textlocal-india 0.1.1 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 85963f9553b1cae985f0b35ccd9b7a26d3fb6d9f
4
- data.tar.gz: a1642b9e5259d8607a0ee3950499d6019cc38876
3
+ metadata.gz: 5de0aac46fb84f98a93721b08f07266fb4a14009
4
+ data.tar.gz: d75b49b8146d5ac626c3d24b8316399bbd8a3132
5
5
  SHA512:
6
- metadata.gz: 8b747ef753db3157a1a0a21b2829d01117ecd1dbc119633082509ac0dfc266be8578206fe7bd00587feead8fbfe4b8d042ea7d12343c2988dbb5bc6c7d7a96dd
7
- data.tar.gz: 37e233ecbfb71e6c7bb2ccf358f35b8f018195fdc9e8655837fd1cba0b4883d0aaf76d4244818b79360c46fea2778be0a749661756769ba313397229b9ce0b4c
6
+ metadata.gz: 823b8cf6c8990351012e0bd682e329d7fae1ed4bd45f2c4f3d4dddf5be5fc6ea3eb0b18b29250931ceb5670e176d74f7bee7dca79a0466cb91703c1494273315
7
+ data.tar.gz: f9bc339efec1accb054d240c7b2963b487b259781622b1c8556b27941370b0eb88b60180c10a90e8672003edd93f621c1e74fc02c3d5fc57dd830d35352117ab
@@ -0,0 +1 @@
1
+ require_relative "./textlocal"
@@ -1,3 +1,3 @@
1
1
  module Textlocal
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["sajan.sahu@live.com"]
11
11
 
12
12
  spec.summary = %q{Unofficial wrapper for textlocal.in API.}
13
- spec.homepage = "https://github.com/sajan45/textlocal"
13
+ spec.homepage = "https://github.com/sajan45/textlocal-india"
14
14
  spec.license = "MIT"
15
15
 
16
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: textlocal-india
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sajan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-18 00:00:00.000000000 Z
11
+ date: 2019-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -69,12 +69,13 @@ files:
69
69
  - Rakefile
70
70
  - bin/console
71
71
  - bin/setup
72
+ - lib/textlocal-india.rb
72
73
  - lib/textlocal.rb
73
74
  - lib/textlocal/config.rb
74
75
  - lib/textlocal/message.rb
75
76
  - lib/textlocal/version.rb
76
77
  - textlocal.gemspec
77
- homepage: https://github.com/sajan45/textlocal
78
+ homepage: https://github.com/sajan45/textlocal-india
78
79
  licenses:
79
80
  - MIT
80
81
  metadata:
@@ -95,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
96
  version: '0'
96
97
  requirements: []
97
98
  rubyforge_project:
98
- rubygems_version: 2.5.1
99
+ rubygems_version: 2.6.14
99
100
  signing_key:
100
101
  specification_version: 4
101
102
  summary: Unofficial wrapper for textlocal.in API.