post_haste 0.8 → 0.9

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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- post_haste (0.8)
4
+ post_haste (0.9)
5
5
  json
6
6
 
7
7
  GEM
@@ -27,7 +27,7 @@ module PostHaste
27
27
  end
28
28
 
29
29
  # comment limit defaults to 15, but can be set higher or lower
30
- def self.create_from_url(url, comment_limit=nil)
30
+ def self.create_from_url(url, comment_limit=15)
31
31
  json_url, source = get_json(url)
32
32
  result = parse_json(json_url)
33
33
  create_from_source(source, result, comment_limit)
@@ -1,3 +1,3 @@
1
1
  module PostHaste
2
- VERSION = "0.8"
2
+ VERSION = "0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: post_haste
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.8'
4
+ version: '0.9'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -109,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
109
  version: '0'
110
110
  segments:
111
111
  - 0
112
- hash: -832960030199381478
112
+ hash: -1009636410974554268
113
113
  required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  none: false
115
115
  requirements: