gidget 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.
Files changed (2) hide show
  1. data/_stub_/config.ru +3 -3
  2. metadata +3 -3
@@ -1,12 +1,12 @@
1
1
  require 'rubygems'
2
2
  require 'bundler'
3
3
 
4
- #Bundler.require
4
+ Bundler.require
5
5
 
6
6
  # The following lines are used for debug during gem development
7
7
  # Comment out previous Bundler.require line to avoid conflicts during development
8
- $: << File.expand_path("../lib")
9
- require 'gidget'
8
+ #$: << File.expand_path("../lib")
9
+ #require 'gidget'
10
10
 
11
11
  gidget = Gidget::Server.new do
12
12
  set :title, "My Awesome Blog"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gidget
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Forrest Robertson