pebblebed 0.1.0 → 0.1.1

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.
@@ -120,11 +120,6 @@ module Sinatra
120
120
 
121
121
  def self.registered(app)
122
122
  app.helpers(Sinatra::Pebblebed::Helpers)
123
-
124
- app.error ::Pebblebed::HttpNotFoundError do
125
- [404, env['sinatra.error'].message]
126
- end
127
-
128
123
  end
129
124
 
130
125
  def declare_pebbles(&block)
@@ -1,3 +1,3 @@
1
1
  module Pebblebed
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pebblebed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-06-21 00:00:00.000000000 Z
13
+ date: 2013-06-28 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec
@@ -329,12 +329,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
329
329
  - - ! '>='
330
330
  - !ruby/object:Gem::Version
331
331
  version: '0'
332
+ segments:
333
+ - 0
334
+ hash: 4417934204208642521
332
335
  required_rubygems_version: !ruby/object:Gem::Requirement
333
336
  none: false
334
337
  requirements:
335
338
  - - ! '>='
336
339
  - !ruby/object:Gem::Version
337
340
  version: '0'
341
+ segments:
342
+ - 0
343
+ hash: 4417934204208642521
338
344
  requirements: []
339
345
  rubyforge_project: pebblebed
340
346
  rubygems_version: 1.8.25
@@ -357,4 +363,3 @@ test_files:
357
363
  - spec/sinatra_spec.rb
358
364
  - spec/spec_helper.rb
359
365
  - spec/uid_spec.rb
360
- has_rdoc: