sfdcutil 0.0.10 → 0.0.11

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.lock CHANGED
@@ -30,7 +30,7 @@ GEM
30
30
  json (>= 1.4.6)
31
31
  hashr (0.0.22)
32
32
  json (1.7.5)
33
- linecache19 (0.5.13)
33
+ linecache19 (0.5.12)
34
34
  ruby_core_source (>= 0.1.4)
35
35
  multi_json (1.3.7)
36
36
  nokogiri (1.5.5)
data/README.md CHANGED
@@ -106,10 +106,7 @@ I am currently a Salesforce.com employee. The views expressed are my own and no
106
106
  This library aims to support and is [tested against][travis] the following Ruby
107
107
  implementations:
108
108
 
109
- * Ruby 1.9.3
110
- * [JRuby][]
111
-
112
- [jruby]: http://www.jruby.org/
109
+ * Ruby 1.9.3-p194
113
110
 
114
111
  If something doesn't work on one of these interpreters, it should be considered
115
112
  a bug.
@@ -1,3 +1,3 @@
1
1
  module SFDCUtil
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sfdcutil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -255,18 +255,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
255
255
  - - ! '>='
256
256
  - !ruby/object:Gem::Version
257
257
  version: '0'
258
- segments:
259
- - 0
260
- hash: 3034045627248220320
261
258
  required_rubygems_version: !ruby/object:Gem::Requirement
262
259
  none: false
263
260
  requirements:
264
261
  - - ! '>='
265
262
  - !ruby/object:Gem::Version
266
263
  version: '0'
267
- segments:
268
- - 0
269
- hash: 3034045627248220320
270
264
  requirements: []
271
265
  rubyforge_project:
272
266
  rubygems_version: 1.8.24