sharpie 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -100,7 +100,7 @@ Sinatra routes make web app and API creation dead-simple. The syntax is straight
100
100
 
101
101
  ### Why not Jekyll?
102
102
 
103
- Jekyll is great for blogs and other types of sites where content is "hand created." That is, a human creates a file in a folder and writes some Markdown. Sharpie is more geared towards use-cases where the original content is already in a machine-readable format. For example, if you have a database whose contents you want to expose via REST API. You also don't want to maintain a server and you don't want to worry about scaline. With Sharpie, you can write such an API with very few (yet straightfoward) lines of code.
103
+ Jekyll is great for blogs and other types of sites where content is "hand created." That is, a human creates a file in a folder and writes some Markdown. Sharpie is more geared towards use-cases where the original content is already in a machine-readable format. For example, if you have a database whose contents you want to expose via REST API. You also don't want to maintain a server and you don't want to worry about scaling. With Sharpie, you can write such an API with very few (yet straightfoward) lines of code.
104
104
 
105
105
  ### Fork
106
106
 
@@ -50,7 +50,6 @@ module Sharpie
50
50
  def get_path(path)
51
51
  self.get(path).tap do |resp|
52
52
  unless resp.status == 200
53
- binding.pry
54
53
  handle_error_non_200!(path)
55
54
  end
56
55
  end
@@ -1,3 +1,3 @@
1
1
  module Sharpie
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sharpie
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -143,7 +143,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
143
143
  version: '0'
144
144
  segments:
145
145
  - 0
146
- hash: 95835372314545834
146
+ hash: 403835965826411950
147
147
  required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  none: false
149
149
  requirements:
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  version: '0'
153
153
  segments:
154
154
  - 0
155
- hash: 95835372314545834
155
+ hash: 403835965826411950
156
156
  requirements: []
157
157
  rubyforge_project:
158
158
  rubygems_version: 1.8.24