arcgis-ruby 0.0.2 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f74045e71ec2f7c8c91bb039378dd67a166cf09f
4
- data.tar.gz: 075af48d5091c5e4511d2772e37c3ee49ef52388
3
+ metadata.gz: 69e5ae6c2e323335bbbb143e18e7dd439bc17b90
4
+ data.tar.gz: 5faf956810e866b6bfce54729d6be376a39d4e28
5
5
  SHA512:
6
- metadata.gz: 902702e74e6ffb027728e12c63eff53da4d282306a8585ea9af0a8f3294919b19e8da0a7af9203094368ce3e64c01d646883d3800affe77e95a5ae234e3b1a22
7
- data.tar.gz: 0800f4a49d5152a28ecff0c6c8fdb331f7d5858c48012bebf873fd1c73100a2ae363a05dca8c39d97078f61259112a585661472b40e018cce800ac8c0e969b55
6
+ metadata.gz: 0a96eefd24f46fcf02a734abf7a8aa22767e97743df55329a2e9f0fed86ba04b99e17de7492be6e37389b8eb55bf5db8999cd18e99147aea8ac5ebacefdafb64
7
+ data.tar.gz: 39c6e13f3d86ab310f4a96d9c5b0487830444995d3e29cc0470e7470852ce99f89935aea53e02c46570168b747356704f84a5121ab95931c4af40a9b7e8b2935
data/.gitignore CHANGED
@@ -16,3 +16,4 @@ test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
18
  config.yml
19
+ bin/
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "arcgis-ruby"
6
- s.version = "0.0.2"
6
+ s.version = "0.0.3"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arcgis-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Sower
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-22 00:00:00.000000000 Z
11
+ date: 2015-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -68,12 +68,7 @@ dependencies:
68
68
  version: '0'
69
69
  description:
70
70
  email: jsower@esri.com
71
- executables:
72
- - bundler
73
- - htmldiff
74
- - ldiff
75
- - rdf
76
- - rspec
71
+ executables: []
77
72
  extensions: []
78
73
  extra_rdoc_files: []
79
74
  files:
@@ -83,11 +78,6 @@ files:
83
78
  - README.md
84
79
  - Rakefile
85
80
  - arcgis-ruby.gemspec
86
- - bin/bundler
87
- - bin/htmldiff
88
- - bin/ldiff
89
- - bin/rdf
90
- - bin/rspec
91
81
  - lib/arcgis-ruby.rb
92
82
  - lib/arcgis/connection.rb
93
83
  - lib/arcgis/model.rb
@@ -1,16 +0,0 @@
1
- #!/usr/bin/env ruby
2
- #
3
- # This file was generated by Bundler.
4
- #
5
- # The application 'bundler' is installed as part of a gem, and
6
- # this file is here to facilitate running it.
7
- #
8
-
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
- Pathname.new(__FILE__).realpath)
12
-
13
- require 'rubygems'
14
- require 'bundler/setup'
15
-
16
- load Gem.bin_path('bundler', 'bundler')
@@ -1,16 +0,0 @@
1
- #!/usr/bin/env ruby
2
- #
3
- # This file was generated by Bundler.
4
- #
5
- # The application 'htmldiff' is installed as part of a gem, and
6
- # this file is here to facilitate running it.
7
- #
8
-
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
- Pathname.new(__FILE__).realpath)
12
-
13
- require 'rubygems'
14
- require 'bundler/setup'
15
-
16
- load Gem.bin_path('diff-lcs', 'htmldiff')
data/bin/ldiff DELETED
@@ -1,16 +0,0 @@
1
- #!/usr/bin/env ruby
2
- #
3
- # This file was generated by Bundler.
4
- #
5
- # The application 'ldiff' is installed as part of a gem, and
6
- # this file is here to facilitate running it.
7
- #
8
-
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
- Pathname.new(__FILE__).realpath)
12
-
13
- require 'rubygems'
14
- require 'bundler/setup'
15
-
16
- load Gem.bin_path('diff-lcs', 'ldiff')
data/bin/rdf DELETED
@@ -1,16 +0,0 @@
1
- #!/usr/bin/env ruby
2
- #
3
- # This file was generated by Bundler.
4
- #
5
- # The application 'rdf' is installed as part of a gem, and
6
- # this file is here to facilitate running it.
7
- #
8
-
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
- Pathname.new(__FILE__).realpath)
12
-
13
- require 'rubygems'
14
- require 'bundler/setup'
15
-
16
- load Gem.bin_path('rdf', 'rdf')
data/bin/rspec DELETED
@@ -1,16 +0,0 @@
1
- #!/usr/bin/env ruby
2
- #
3
- # This file was generated by Bundler.
4
- #
5
- # The application 'rspec' is installed as part of a gem, and
6
- # this file is here to facilitate running it.
7
- #
8
-
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
- Pathname.new(__FILE__).realpath)
12
-
13
- require 'rubygems'
14
- require 'bundler/setup'
15
-
16
- load Gem.bin_path('rspec-core', 'rspec')