play_time 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60d15a35b3f4ffbbd717a6fa5b016c6fb11687e6
4
- data.tar.gz: 769b7ccfefa8e113eee1bd5c146443d447e768c9
3
+ metadata.gz: b9fda01e40d6f45ff8a8cd45993ad4607980d8db
4
+ data.tar.gz: 9873585e4d98abdd9427db9be366bb3927d3b7ba
5
5
  SHA512:
6
- metadata.gz: f52451c21ce608888a99c804432d2f87fa63386830683929fd38f3ac83b83acd0bfdb69f302e7b4ce0889fbb3fae92efe9fce891a90ade92524f41193e89a513
7
- data.tar.gz: 4ca0b9a8df26418ffed5a48184d475297b59ccba43d9f85141d9ad416b55396334d40b7de3b7666296a5a68797d048113bf6e1e77b4ece27250c4d12f46f262e
6
+ metadata.gz: 45a538a54f11c912363f9ba6e4fe31be275c99f78aacd5bb61f7821fa58d89594207cdd2c9079b2d37f8904d4481421e1fb4836bb930af157d6f6a8f5468d2d6
7
+ data.tar.gz: 086f36a90eb5023bfacf2ca3b9f32d5e7960c3543c10ed56744533f764f0cb69d359a0fd14cb7fcef6c642de9118b22c3c8412ec3aac48455e8db236cddefd8e
@@ -1,3 +1,3 @@
1
1
  module PlayTime
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/play_time.gemspec CHANGED
@@ -6,8 +6,8 @@ require 'play_time/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "play_time"
8
8
  spec.version = PlayTime::VERSION
9
- spec.authors = ["Yuki Nishijima and Trevor John"]
10
- spec.email = ["pair+tjohn+ynishijima@pivotal.io"]
9
+ spec.authors = ["IS Dev team"]
10
+ spec.email = ["devteam@isapp.com"]
11
11
  spec.summary = %q{PlayTime is a gem for uploading apks to the Google Play Store}
12
12
  spec.description = %q{More to come}
13
13
  spec.homepage = "https://github.com/is-devteam/play_time"
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: play_time
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - Yuki Nishijima and Trevor John
7
+ - IS Dev team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -68,7 +68,7 @@ dependencies:
68
68
  version: '3.1'
69
69
  description: More to come
70
70
  email:
71
- - pair+tjohn+ynishijima@pivotal.io
71
+ - devteam@isapp.com
72
72
  executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []