massdebator_api 0.0.1 → 0.0.3

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.3
@@ -1,7 +1,7 @@
1
1
  module MassdebatorApi
2
- class Service
3
- mattr_accesor :config_hash
2
+ mattr_accesor :config_hash
4
3
 
4
+ class Service
5
5
  def self.base_path
6
6
  "/api/v1"
7
7
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{massdebator_api}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Railzbiz"]
@@ -28,8 +28,6 @@ Gem::Specification.new do |s|
28
28
  "lib/massdebator_api.rb",
29
29
  "lib/massdebator_api/service.rb",
30
30
  "massdebator_api.gemspec",
31
- "pkg/massdebator_api-.gem",
32
- "pkg/massdebator_api-0.0.0.gem",
33
31
  "spec/massdebator_api_spec.rb",
34
32
  "spec/spec_helper.rb"
35
33
  ]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: massdebator_api
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Railzbiz
@@ -101,8 +101,6 @@ files:
101
101
  - lib/massdebator_api.rb
102
102
  - lib/massdebator_api/service.rb
103
103
  - massdebator_api.gemspec
104
- - pkg/massdebator_api-.gem
105
- - pkg/massdebator_api-0.0.0.gem
106
104
  - spec/massdebator_api_spec.rb
107
105
  - spec/spec_helper.rb
108
106
  has_rdoc: true
Binary file
Binary file