sendgrid-parse 0.1.0 → 0.1.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.
@@ -1,5 +1,5 @@
1
1
  module Sendgrid
2
2
  module Parse
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -15,6 +15,5 @@ Gem::Specification.new do |gem|
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = Sendgrid::Parse::VERSION
17
17
  gem.add_dependency "json", "~> 1.7.3"
18
- gem.add_dependency "iconv", "~> 0.1" unless RUBY_VERSION >= '1.9'
19
18
  gem.add_development_dependency "rspec", "~> 2.10.0"
20
19
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sendgrid-parse
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Rob Forman
@@ -33,25 +33,10 @@ dependencies:
33
33
  version: 1.7.3
34
34
  type: :runtime
35
35
  version_requirements: *id001
36
- - !ruby/object:Gem::Dependency
37
- name: iconv
38
- prerelease: false
39
- requirement: &id002 !ruby/object:Gem::Requirement
40
- none: false
41
- requirements:
42
- - - ~>
43
- - !ruby/object:Gem::Version
44
- hash: 9
45
- segments:
46
- - 0
47
- - 1
48
- version: "0.1"
49
- type: :runtime
50
- version_requirements: *id002
51
36
  - !ruby/object:Gem::Dependency
52
37
  name: rspec
53
38
  prerelease: false
54
- requirement: &id003 !ruby/object:Gem::Requirement
39
+ requirement: &id002 !ruby/object:Gem::Requirement
55
40
  none: false
56
41
  requirements:
57
42
  - - ~>
@@ -63,7 +48,7 @@ dependencies:
63
48
  - 0
64
49
  version: 2.10.0
65
50
  type: :development
66
- version_requirements: *id003
51
+ version_requirements: *id002
67
52
  description: Library to dynamically set or change the encoding type for fields, ie params from SendGrid Parse API.
68
53
  email:
69
54
  - rob@robforman.com