gramp 0.0.1 → 0.0.2

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/Gemfile ADDED
@@ -0,0 +1 @@
1
+ source "http://rubygems.org"
data/README.md ADDED
File without changes
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require 'bundler'
2
+ Bundler::GemHelper.install_tasks
data/gramp-0.0.1.gem ADDED
Binary file
data/gramp.gemspec ADDED
@@ -0,0 +1,22 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require "gramp/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = 'gramp'
7
+ s.version = Gramp::VERSION
8
+ s.platform = Gem::Platform::RUBY
9
+ s.summary = "Google Analytics Measurement Protocol for Ruby"
10
+ s.description = "A Ruby wrapper for the Google Analytics Measurement Protocol"
11
+ s.authors = ["Martin Cortez"]
12
+ s.email = 'martco@gmail.com'
13
+ s.homepage = 'http://rubygems.org/gems/gramp'
14
+ s.rubyforge_project = "gramp"
15
+
16
+ s.add_development_dependency "rspec"
17
+
18
+ s.files = `git ls-files`.split("\n")
19
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
20
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
21
+ s.require_paths = ["lib"]
22
+ end
data/lib/gramp.rb CHANGED
@@ -1,6 +1 @@
1
- class Gramp
2
- def self.hi
3
- puts "Hello world!"
4
- end
5
- end
6
-
1
+ module Gramp; end
@@ -0,0 +1 @@
1
+ class Gramp::Client; end
@@ -0,0 +1,3 @@
1
+ module Gramp
2
+ VERSION = "0.0.2"
3
+ end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gramp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,15 +9,39 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-27 00:00:00.000000000 Z
13
- dependencies: []
12
+ date: 2013-04-28 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rspec
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'
14
30
  description: A Ruby wrapper for the Google Analytics Measurement Protocol
15
31
  email: martco@gmail.com
16
32
  executables: []
17
33
  extensions: []
18
34
  extra_rdoc_files: []
19
35
  files:
36
+ - Gemfile
37
+ - README.md
38
+ - Rakefile
39
+ - gramp-0.0.1.gem
40
+ - gramp.gemspec
20
41
  - lib/gramp.rb
42
+ - lib/gramp/client.rb
43
+ - lib/gramp/version.rb
44
+ - pkg/gramp-0.0.2.gem
21
45
  homepage: http://rubygems.org/gems/gramp
22
46
  licenses: []
23
47
  post_install_message:
@@ -37,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
37
61
  - !ruby/object:Gem::Version
38
62
  version: '0'
39
63
  requirements: []
40
- rubyforge_project:
64
+ rubyforge_project: gramp
41
65
  rubygems_version: 1.8.23
42
66
  signing_key:
43
67
  specification_version: 3