tootsie 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,16 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- ENV['BUNDLE_GEMFILE'] = File.expand_path('../../Gemfile', __FILE__)
4
-
5
- require 'rubygems'
6
- begin
7
- require 'bundler'
8
- rescue LoadError
9
- # Ignore this
10
- else
11
- Bundler.setup
12
- end
13
-
14
3
  $:.unshift(File.expand_path('../../lib', __FILE__))
15
4
  require 'tootsie'
16
5
 
@@ -1,3 +1,3 @@
1
1
  module Tootsie
2
- VERSION = '0.9.0'
2
+ VERSION = '0.9.1'
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: 59
4
+ hash: 57
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 0
10
- version: 0.9.0
9
+ - 1
10
+ version: 0.9.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alexander Staubo