legato 0.0.5 → 0.0.6
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.
- data/legato.gemspec +1 -0
- data/lib/legato.rb +0 -1
- data/lib/legato/version.rb +1 -1
- data/spec/support/macros/oauth.rb +2 -0
- metadata +19 -5
data/legato.gemspec
CHANGED
data/lib/legato.rb
CHANGED
data/lib/legato/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: legato
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.0.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Tony Pitale
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
requirements:
|
|
81
81
|
- - "="
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
|
-
hash:
|
|
83
|
+
hash: 3111266077
|
|
84
84
|
segments:
|
|
85
85
|
- 2
|
|
86
86
|
- 0
|
|
@@ -117,8 +117,22 @@ dependencies:
|
|
|
117
117
|
- 0
|
|
118
118
|
version: "0"
|
|
119
119
|
prerelease: false
|
|
120
|
-
type: :
|
|
120
|
+
type: :development
|
|
121
121
|
requirement: *id007
|
|
122
|
+
name: oauth2
|
|
123
|
+
- !ruby/object:Gem::Dependency
|
|
124
|
+
version_requirements: &id008 !ruby/object:Gem::Requirement
|
|
125
|
+
none: false
|
|
126
|
+
requirements:
|
|
127
|
+
- - ">="
|
|
128
|
+
- !ruby/object:Gem::Version
|
|
129
|
+
hash: 3
|
|
130
|
+
segments:
|
|
131
|
+
- 0
|
|
132
|
+
version: "0"
|
|
133
|
+
prerelease: false
|
|
134
|
+
type: :runtime
|
|
135
|
+
requirement: *id008
|
|
122
136
|
name: multi_json
|
|
123
137
|
description: Access the Google Analytics Core Reporting and Management APIs with Ruby. Create models for metrics and dimensions. Filter your data to tell you what you need.
|
|
124
138
|
email:
|