yatapp 0.5.0 → 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c4e4df0058b393f148836a6d4823cc6f9fa5ba2b
4
- data.tar.gz: 1454817ed2b8790839ee1dda1cccd44d29653f08
3
+ metadata.gz: 59b97647226bec1fe72a8b477a5abd8e7abf21d3
4
+ data.tar.gz: 0056fd1299e9b1c939e2499fefd2960d11a80fdf
5
5
  SHA512:
6
- metadata.gz: '0638437c0d6046cdaae8d5598a6a091a8e7e9a70bd19cbe1b90316a4ec622b166b37aca927d3c8a341cfc10208dac7202b60bc15a9f986dc8cd43c8e4da399e4'
7
- data.tar.gz: 56c4ca50d7f120ad2568ff79ae4013bfd91a6adb54842efc860d54e1ee2e0e7cf7af38dd43b462f5f512f452446ffe587f1a031062a4270db828bd0e8d12c8c7
6
+ metadata.gz: 8f89467ece730d6c4ee9cdf114f8050d63e0be74d9787aeb00e7fa1f259cc76e3b20a4700845d2380c3fa7dc490715b64726f6dd11b16559d1781245081b744c
7
+ data.tar.gz: '0782b21d405333ffd83db48e2cfce3df0bae2b9009867e39d214cb93136e1b4d02411814449931bb6ecb76058975a9b4042937671f992b87728d227b157d375e'
@@ -1,3 +1,3 @@
1
1
  module Yatapp
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{This gem allows for easy integration with Yata to fetch translation files from the service}
13
13
  spec.description = %q{This gem allows for easy integration with Yata to fetch translation files from the service}
14
- spec.homepage = "http://github.com/luki3k5/yatapp"
14
+ spec.homepage = "http://github.com/luki3k5/yatapp-rails"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yatapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - luki3k5
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-04 00:00:00.000000000 Z
11
+ date: 2018-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faye-websocket
@@ -149,7 +149,7 @@ files:
149
149
  - lib/yatapp/version.rb
150
150
  - lib/yatapp/yata_api_caller.rb
151
151
  - yatapp.gemspec
152
- homepage: http://github.com/luki3k5/yatapp
152
+ homepage: http://github.com/luki3k5/yatapp-rails
153
153
  licenses:
154
154
  - MIT
155
155
  metadata: {}