google_rest 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/google_rest.rb +4 -0
  2. metadata +1 -2
  3. data/init.rb +0 -3
data/lib/google_rest.rb CHANGED
@@ -1,3 +1,7 @@
1
+ require 'httparty'
2
+ require 'json'
3
+ require "google_rest"
4
+
1
5
  module GoogleRest
2
6
  PER_PAGE = 8
3
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -50,7 +50,6 @@ extensions: []
50
50
  extra_rdoc_files: []
51
51
  files:
52
52
  - README
53
- - init.rb
54
53
  - lib/google_rest.rb
55
54
  homepage: https://github.com/veilleperso/google_rest
56
55
  licenses: []
data/init.rb DELETED
@@ -1,3 +0,0 @@
1
- require 'httparty'
2
- require 'json'
3
- require "google_rest"