blinkenstein 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- blinkenstein (0.1.1)
4
+ blinkenstein (0.1.4)
5
5
  celluloid
6
6
  httparty
7
7
  nokogiri
data/bin/blinkenstein CHANGED
@@ -1,16 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
- #
3
- # This file was generated by Bundler.
4
- #
5
- # The application 'blinkenstein' is installed as part of a gem, and
6
- # this file is here to facilitate running it.
7
- #
2
+ lib = File.expand_path('../../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
8
4
 
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
- Pathname.new(__FILE__).realpath)
5
+ require "bundler/setup"
6
+ require "blinkenstein"
12
7
 
13
- require 'rubygems'
14
- require 'bundler/setup'
15
-
16
- load Gem.bin_path('blinkenstein', 'blinkenstein')
8
+ Blinkenstein::SupervisionGroup.run
data/lib/blinkenstein.rb CHANGED
@@ -1,3 +1,5 @@
1
+ require "celluloid"
2
+
1
3
  require "blinkenstein/version"
2
4
  require "blinkenstein/runner"
3
5
  require "blinkenstein/blink"
@@ -1,3 +1,3 @@
1
1
  module Blinkenstein
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: blinkenstein
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.4
5
+ version: 0.1.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Schmidt