ariadna 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,141 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ariadna
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Jorge Alvarez
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-04-28 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: pry
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
30
+ - !ruby/object:Gem::Dependency
31
+ name: rspec
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ - !ruby/object:Gem::Dependency
47
+ name: guard-rspec
48
+ requirement: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ type: :development
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ description: Google Analytics A.P.I. V3 wrapper with oauth2
63
+ email:
64
+ - jorge@alvareznavarro.es
65
+ executables: []
66
+ extensions: []
67
+ extra_rdoc_files: []
68
+ files:
69
+ - .gitignore
70
+ - .rspec
71
+ - Gemfile
72
+ - Guardfile
73
+ - LICENSE
74
+ - README.md
75
+ - Rakefile
76
+ - ariadna.gemspec
77
+ - lib/ariadna.rb
78
+ - lib/ariadna/account.rb
79
+ - lib/ariadna/analytics.rb
80
+ - lib/ariadna/connexion.rb
81
+ - lib/ariadna/delegator.rb
82
+ - lib/ariadna/error.rb
83
+ - lib/ariadna/error_code.rb
84
+ - lib/ariadna/profile.rb
85
+ - lib/ariadna/result.rb
86
+ - lib/ariadna/version.rb
87
+ - lib/ariadna/web_property.rb
88
+ - spec/fixtures/accounts.yml
89
+ - spec/fixtures/errors.yml
90
+ - spec/fixtures/profiles.yml
91
+ - spec/fixtures/results.yml
92
+ - spec/fixtures/webProperties.yml
93
+ - spec/lib/ariadna/account_spec.rb
94
+ - spec/lib/ariadna/analytics_spec.rb
95
+ - spec/lib/ariadna/error_code_spec.rb
96
+ - spec/lib/ariadna/error_spec.rb
97
+ - spec/lib/ariadna/profile_spec.rb
98
+ - spec/lib/ariadna/result_spec.rb
99
+ - spec/lib/ariadna/web_property_spec.rb
100
+ - spec/spec_helper.rb
101
+ - spec/support/fake_connector.rb
102
+ homepage: https://github.com/jorgegorka/ariadna
103
+ licenses: []
104
+ post_install_message:
105
+ rdoc_options: []
106
+ require_paths:
107
+ - lib
108
+ required_ruby_version: !ruby/object:Gem::Requirement
109
+ none: false
110
+ requirements:
111
+ - - ! '>='
112
+ - !ruby/object:Gem::Version
113
+ version: '0'
114
+ required_rubygems_version: !ruby/object:Gem::Requirement
115
+ none: false
116
+ requirements:
117
+ - - ! '>='
118
+ - !ruby/object:Gem::Version
119
+ version: '0'
120
+ requirements: []
121
+ rubyforge_project:
122
+ rubygems_version: 1.8.24
123
+ signing_key:
124
+ specification_version: 3
125
+ summary: Google Analytics A.P.I. V3 wrapper with oauth2
126
+ test_files:
127
+ - spec/fixtures/accounts.yml
128
+ - spec/fixtures/errors.yml
129
+ - spec/fixtures/profiles.yml
130
+ - spec/fixtures/results.yml
131
+ - spec/fixtures/webProperties.yml
132
+ - spec/lib/ariadna/account_spec.rb
133
+ - spec/lib/ariadna/analytics_spec.rb
134
+ - spec/lib/ariadna/error_code_spec.rb
135
+ - spec/lib/ariadna/error_spec.rb
136
+ - spec/lib/ariadna/profile_spec.rb
137
+ - spec/lib/ariadna/result_spec.rb
138
+ - spec/lib/ariadna/web_property_spec.rb
139
+ - spec/spec_helper.rb
140
+ - spec/support/fake_connector.rb
141
+ has_rdoc: