hypdf 1.0.10 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4073a8f0c1249ece8f7b1981ca20b8d1cd31f83f
4
- data.tar.gz: 00d821c981d48cdff466280106aabd1d3a394444
3
+ metadata.gz: 17f0dcfda0478d5bb3978fe7f0b2264368fa4dde
4
+ data.tar.gz: fa066e47e501dbc15b3d020ad1658343aa2b0c2e
5
5
  SHA512:
6
- metadata.gz: 9457c2878f2f477860b9583c92a37295d2983476fb45eba2a8d02b056c50f0dea3a20746ab1862f8d7e71a2615d9d9a1f5b680534ab05df1d4e7a87d95b22c3e
7
- data.tar.gz: 53bd80ce61a8473ef6ed17c6d35fcc8bff595428c1408841e1983808e3ad80b368f68d197a956512ff6b4b4e6aed131cf8abde2ac403aaf3646a1c87ecf2b4a9
6
+ metadata.gz: c992e56715cca98516f22a509a45f295067eb65688e4e1f34d58ad434a205794b096b7e3cbdf94aa7598619d26c1a3de9865d4a8d1e25fc70d79a01e8aecdaad
7
+ data.tar.gz: 2ab1b54a4b43b4d9f39f43774f01d28604114d25ae61431376b33702c42b011e5d4beb28269c316751c50a716c64554663e83fddbfd7e3168a3b51eb4ad6c3fa
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # HyPDF
2
2
 
3
- Ruby wrapper around the [HyPDF](https://addons.heroku.com/hypdf) API
3
+ Ruby wrapper around the [HyPDF](https://www.hypdf.com) API
4
4
 
5
5
  ## Documentation
6
6
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["up.redfield@gmail.com"]
11
11
  gem.description = %q{Ruby wrapper around the HyPDF API}
12
12
  gem.summary = %q{Ruby wrapper around the HyPDF API}
13
- gem.homepage = "https://elements.heroku.com/addons/hypdf"
13
+ gem.homepage = "https://www.hypdf.com"
14
14
  gem.license = "MIT"
15
15
 
16
16
  gem.files = `git ls-files`.split($/)
@@ -4,7 +4,8 @@ require 'httmultiparty'
4
4
 
5
5
  class HyPDF
6
6
 
7
- HOST = 'https://www.hypdf.com'
7
+ #HOST = 'https://www.hypdf.com'
8
+ HOST = 'http://localhost:3000'
8
9
 
9
10
  class << self
10
11
 
@@ -1,3 +1,3 @@
1
1
  class HyPDF
2
- VERSION = "1.0.10"
2
+ VERSION = "1.0.11"
3
3
  end
@@ -4,8 +4,4 @@ describe HyPDF do
4
4
  it 'should have a version number' do
5
5
  HyPDF::VERSION.should_not be_nil
6
6
  end
7
-
8
- it 'should do something useful' do
9
- false.should be_true
10
- end
11
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hypdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - redfield
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-22 00:00:00.000000000 Z
11
+ date: 2016-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -57,7 +57,7 @@ files:
57
57
  - lib/hypdf/version.rb
58
58
  - spec/hypdf_spec.rb
59
59
  - spec/spec_helper.rb
60
- homepage: https://elements.heroku.com/addons/hypdf
60
+ homepage: https://www.hypdf.com
61
61
  licenses:
62
62
  - MIT
63
63
  metadata: {}