slipmate 0.2 → 0.2.1

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.
@@ -23,7 +23,7 @@ module Slipmate
23
23
  def serialize
24
24
  h={}
25
25
  self.instance_variables.each do |variab|
26
- h[variab.[1..-1].to_sym] = self.instance_variable_get(variab)
26
+ h[variab[1..-1].to_sym] = self.instance_variable_get(variab)
27
27
  end
28
28
  h
29
29
  end
data/lib/slipmate/item.rb CHANGED
@@ -14,7 +14,7 @@ module Slipmate
14
14
  def serialize
15
15
  h={}
16
16
  self.instance_variables.each do |variab|
17
- h[variab.[1..-1].to_sym] = self.instance_variable_get(variab)
17
+ h[variab[1..-1].to_sym] = self.instance_variable_get(variab)
18
18
  end
19
19
  h
20
20
  end
@@ -39,7 +39,7 @@ module Slipmate
39
39
  def serialize
40
40
  h={}
41
41
  self.instance_variables.each do |variab|
42
- h[variab.[1..-1].to_sym] = self.instance_variable_get(variab)
42
+ h[variab[1..-1].to_sym] = self.instance_variable_get(variab)
43
43
  end
44
44
  h
45
45
  end
data/slipmate.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{slipmate}
3
- s.version = "0.2"
3
+ s.version = "0.2.1"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Spencer Markowski"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: slipmate
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "0.2"
5
+ version: 0.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Spencer Markowski
@@ -31,7 +31,7 @@ files:
31
31
  - lib/slipmate/customer.rb
32
32
  - lib/slipmate/order.rb
33
33
  - lib/slipmate/item.rb
34
- has_rdoc: true
34
+ has_rdoc: false
35
35
  homepage: http://slipmate.biz/
36
36
  licenses: []
37
37
 
@@ -55,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
55
  requirements: []
56
56
 
57
57
  rubyforge_project: slipmate
58
- rubygems_version: 1.6.2
58
+ rubygems_version: 1.5.2
59
59
  signing_key:
60
60
  specification_version: 3
61
61
  summary: Create and manage orders in Slipmate