tootsie 0.9.8 → 0.9.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/config.ru +0 -5
  2. data/lib/tootsie/version.rb +1 -1
  3. metadata +3 -3
data/config.ru CHANGED
@@ -1,8 +1,3 @@
1
- require 'rubygems'
2
- require 'bundler'
3
- Bundler.setup
4
- Bundler.require
5
-
6
1
  $:.unshift(File.join(File.dirname(__FILE__), "/lib"))
7
2
  require 'tootsie'
8
3
 
@@ -1,3 +1,3 @@
1
1
  module Tootsie
2
- VERSION = '0.9.8'
2
+ VERSION = '0.9.9'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tootsie
3
3
  version: !ruby/object:Gem::Version
4
- hash: 43
4
+ hash: 41
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 8
10
- version: 0.9.8
9
+ - 9
10
+ version: 0.9.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alexander Staubo