microsoft-live-simple 0.1.2 → 0.1.3

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: 5a1815466c2e7af0a2611241bcfddb08154b064f
4
- data.tar.gz: 0b6c568e5c382fdb93b68202bb0fd5a4df1e6949
3
+ metadata.gz: 335d12a6e33d1310c0bbe6aab1d912eb0f378b5a
4
+ data.tar.gz: 33de33c1abbeb562ec28c8d4afe0d3bbf7655b0f
5
5
  SHA512:
6
- metadata.gz: 7ff350724feb228ecd24992665a2ac7a24acfabf26c3f7f28bb07124e71b3283511659b6c9642807f452347ea85bc835b451f8888515024eb22dbf247ee8c2fa
7
- data.tar.gz: 9e2004b55b4f5668ac986527aee5515d8518f40027312307299340ed2c63d039b25870c56ff750239abf2347441daa326a98b49f6086924647eedec64d0ba6c6
6
+ metadata.gz: a4206dd85aa020335635a575e14795c8b54b9ca03c158483e3c9666677ac6ded44785ac5aa631a0efa65033548ecf2e37316a45720952958e2964bdd7a5d8352
7
+ data.tar.gz: 3e76358cd8d524db43611da14e970f4678d54ca56a335092b5e435397ef0d0734a10297edef81fc3d832140d51b1febb37b7de7cbe39e782948927745b15a3a0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- microsoft-live-simple (0.1.2)
4
+ microsoft-live-simple (0.1.3)
5
5
  httparty
6
6
 
7
7
  GEM
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'microsoft-live-simple'
3
- spec.version = '0.1.2'
3
+ spec.version = '0.1.3'
4
4
  spec.authors = ['John Drago']
5
5
  spec.email = 'jdrago.999@gmail.com'
6
6
  spec.homepage = 'https://github.com/jdrago999/microsoft-live-simple'
7
7
  spec.summary = 'Client for the Microsoft Live REST API'
8
8
  spec.description = 'Client for the Microsoft Live REST API'
9
9
  spec.required_rubygems_version = '>= 1.3.6'
10
- spec.required_ruby_version = '~> 2.1'
10
+ spec.required_ruby_version = '~> 2.2'
11
11
 
12
12
  spec.files = `git ls-files -z`.split("\x0")
13
13
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: microsoft-live-simple
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Drago
@@ -186,7 +186,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
186
186
  requirements:
187
187
  - - "~>"
188
188
  - !ruby/object:Gem::Version
189
- version: '2.1'
189
+ version: '2.2'
190
190
  required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  requirements:
192
192
  - - ">="