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 +1 -1
- data/README.md +1 -4
- data/lib/sfdcutil/version.rb +1 -1
- metadata +1 -7
data/Gemfile.lock
CHANGED
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.
|
data/lib/sfdcutil/version.rb
CHANGED
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.
|
|
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
|