prefinery 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README +1 -1
  2. data/VERSION +1 -1
  3. data/lib/prefinery.rb +2 -3
  4. data/prefinery.gemspec +1 -1
  5. metadata +2 -2
data/README CHANGED
@@ -35,7 +35,7 @@ Documentation
35
35
 
36
36
  See lib/prefinery.rb
37
37
 
38
- Also, documentation on the REST API can be found at http://app.prefinery.com/api
38
+ Also, documentation on the REST API can be found at https://www.prefinery.com/api
39
39
 
40
40
 
41
41
  Examples
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -4,13 +4,12 @@
4
4
  #
5
5
  # Prefinery.configure do |config|
6
6
  # config.subdomain = 'compulsivo'
7
- # config.secure = false
8
7
  # config.api_key = 8cc4aae2a2fc0e1278a2079ea95b219e26f6beba
9
8
  # end
10
9
  #
11
10
  #
12
11
  # Read the docs at:
13
- # http://app.prefinery.com/api
12
+ # https://www.prefinery.com/api
14
13
  #
15
14
 
16
15
  if Rails::VERSION::STRING.to_i < 3
@@ -42,7 +41,7 @@ module Prefinery
42
41
  end
43
42
 
44
43
  def port
45
- @port || (secure ? 443 : 80)
44
+ @port || (secure ? 443 : 443)
46
45
  end
47
46
 
48
47
  def api_key
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "prefinery"
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Britten"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prefinery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -93,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
93
93
  version: '0'
94
94
  segments:
95
95
  - 0
96
- hash: 4163763934261558461
96
+ hash: 4100159616905162178
97
97
  required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  none: false
99
99
  requirements: