eloqua 1.2.2 → 1.2.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.
Files changed (4) hide show
  1. data/LICENSE +0 -2
  2. data/eloqua.gemspec +1 -1
  3. data/lib/eloqua/version.rb +1 -1
  4. metadata +5 -5
data/LICENSE CHANGED
@@ -1,5 +1,3 @@
1
- Copyright (c) 2011 Sahaja James Lal
2
-
3
1
  Permission is hereby granted, free of charge, to any person obtaining
4
2
  a copy of this software and associated documentation files (the
5
3
  "Software"), to deal in the Software without restriction, including
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.description = 'An Eloqua API Wrapper for Ruby'
13
13
  s.homepage = 'https://github.com/Vidyard/eloqua'
14
14
 
15
- s.add_runtime_dependency 'savon', '=0.8.6'
15
+ s.add_runtime_dependency 'savon', '~> 1'
16
16
  s.add_runtime_dependency 'builder'
17
17
  s.add_runtime_dependency 'activemodel'
18
18
  s.add_runtime_dependency 'activesupport', '>= 3.0.6'
@@ -1,3 +1,3 @@
1
1
  module Eloqua
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eloqua
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,17 +18,17 @@ dependencies:
18
18
  requirement: !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
- - - '='
21
+ - - ~>
22
22
  - !ruby/object:Gem::Version
23
- version: 0.8.6
23
+ version: '1'
24
24
  type: :runtime
25
25
  prerelease: false
26
26
  version_requirements: !ruby/object:Gem::Requirement
27
27
  none: false
28
28
  requirements:
29
- - - '='
29
+ - - ~>
30
30
  - !ruby/object:Gem::Version
31
- version: 0.8.6
31
+ version: '1'
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: builder
34
34
  requirement: !ruby/object:Gem::Requirement