mozu_api 0.0.0

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.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ M2Q1NTFjNDg5M2EyMmUwMmU1NzJhZGJhNmE4NzllZGY5ZDdhNDE5ZQ==
5
+ data.tar.gz: !binary |-
6
+ OTU5NjdlOWFjZTk4ZThjZWI4MjNjYjAxNDRmMmI3YTEyMGRlY2I0Mw==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ ZTkzNjAxMWQyMDNmZDNlMDNmNDZmMjMwMDJkZTJmYWUxYTcwN2ViZGZhNTdh
10
+ YjFkMWVmOTIwYjA5NjFiNGIyYTVhZWQ3MDc1OWY0MjJhMmEwYTAxZWUzYjA3
11
+ Njc0MDdhZDJkNDA5OGQ1NjQ2YzZhNzBiNTY1ZmZkYmQwODVmYWY=
12
+ data.tar.gz: !binary |-
13
+ NjA0MzU1ZmI5MDY2ZTQyZGFhYzE0ZDJiY2JjZjcyZGFkYzBkYmE3Nzg4N2Jl
14
+ NDk0YWM2OTgyNjlmOWI2ODc4NmIzMWU1MzQwMWNiODNiYmYwZDFlNzU0M2Mw
15
+ MzlkMjFjNjM5MGI0NGU5YThjODg3OGE4N2EzMmYxNTFiZjkxOGU=
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec
File without changes
@@ -0,0 +1,6 @@
1
+ $:.unshift(File.dirname(__FILE__))
2
+
3
+ require 'uri'
4
+ require 'active_resource'
5
+
6
+ require 'mozu_api/version'
@@ -0,0 +1,3 @@
1
+ module MozuApi
2
+ VERSION = '0.0.0'
3
+ end
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mozu_api
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Carson Reinke
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-10-02 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: activeresource
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: 3.0.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: 3.0.0
27
+ description: ''
28
+ email: carson.reinke@brandlabs.us
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files: []
32
+ files:
33
+ - Gemfile
34
+ - Rakefile
35
+ - lib/mozu_api/version.rb
36
+ - lib/mozu_api.rb
37
+ homepage:
38
+ licenses: []
39
+ metadata: {}
40
+ post_install_message:
41
+ rdoc_options: []
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ! '>='
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ requirements: []
55
+ rubyforge_project:
56
+ rubygems_version: 2.0.6
57
+ signing_key:
58
+ specification_version: 4
59
+ summary: ''
60
+ test_files: []