fourchette 0.0.3 → 0.0.4

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: 87df619b48e95219f34009934e3a32ef4433d059
4
- data.tar.gz: a6885be58afb51d2c87d7131df0b6b77c330c49a
3
+ metadata.gz: c67142c766c16e34b835ceb873fad3cba6bd34f5
4
+ data.tar.gz: dd14b307b98cecfb86fd040e3fab212ac9667d16
5
5
  SHA512:
6
- metadata.gz: 6d3aa7737f01674126abf2bb3d7ebe7df059ad2bb82272e43ff74cad82503bef15b64c57148d55cee990e72de37a6f55694c1f9f9cacd4d9b510aeb2c2dca154
7
- data.tar.gz: 7324d4a14c3a4b7c252646e26fe56db2e6087d8fba84447ad015406be800d86d18b5f2c6c0247e25bafe7480690e2e1490bb85b4cd17e32b122905d709d014f4
6
+ metadata.gz: cad7a845e6e656ab70865c7a5c5ae63da2b8b68f6b3ff0596cf0af275e56eaf0ba31aae7d8081e057923788f40c30172b5f9957c3b0d0904dca927171e25a27b
7
+ data.tar.gz: cbc9ffc976ab69172a8f739214c1b28a6aaf1ae21e01c6095ca85539f2e51a8fac315ec153db6630c287fee0d5e01485801a57790bc2c5e9b35a1bd4f33aede6
@@ -1,3 +1,3 @@
1
1
  module Fourchette
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -1,4 +1,5 @@
1
- # This is a sample
1
+ # This is a sample file to see how the really, really basic callback system works.
2
+ # See the README for me or just dive in.
2
3
  class Fourchette::Callbacks
3
4
  include Fourchette::Logger
4
5
 
data/templates/config.ru CHANGED
@@ -1,3 +1,3 @@
1
1
  require 'fourchette'
2
- require 'callbacks'
2
+ require_relative 'callbacks'
3
3
  run Sinatra::Application
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fourchette
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Philippe Boily