rufus-runner 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 657ec9bca0d1bcac7cfcc6a8d931f932275cf923
4
- data.tar.gz: 9d1c21e0cab83276bcfb0f209fe558e2a1ab4a47
3
+ metadata.gz: 51308df4a5dae141b0eb63b289d4acb0900e22a5
4
+ data.tar.gz: d53e67bf24f21e40da1f6b7904015f6524ff0bf5
5
5
  SHA512:
6
- metadata.gz: 846234048856879035880f04d35be1d728ffdd60a73850993aa4e55f70beeb66e81e469f203b9fdddeaf64d49a164877d39f35991bcc96557cc6fac62290f5a6
7
- data.tar.gz: ec62ee1cac92d2916f749eea3708c60cd963b5fbfc27802e778c80e9c483b45e769caf61e8c71b2adf2ded521a254fad2b844aa5ce2757f827f86ac824fccbf1
6
+ metadata.gz: 6434b62005273c5e55f5cdd0e7566941a875a93d8c257d165f946498d0205c161a5836a6cc8f547f2d30d8efd71a429d4e24f85312e31ffeeb74424fa601a011
7
+ data.tar.gz: bf361c86941c796aec58635015b899885ded27a46c663f9c40472a0c13a67706ce3570379fac3628223968eb324f6429945a87e154a0c6c4489d6b408fdad8cb
@@ -1,18 +1,16 @@
1
1
  #!/usr/bin/env ruby
2
2
  #
3
- # Driver for Rufus-scheduler.
4
- # Pass it a schedule file as a command-line argument
3
+ # This file was generated by Bundler.
4
+ #
5
+ # The application 'rufus-runner' is installed as part of a gem, and
6
+ # this file is here to facilitate running it.
5
7
  #
6
- $PROGRAM_NAME = 'rufus'
7
8
 
8
- require 'rubygems'
9
9
  require 'pathname'
10
- require 'bundler/setup'
11
- require 'rufus-runner'
10
+ ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
+ Pathname.new(__FILE__).realpath)
12
12
 
13
- if ARGV.empty?
14
- puts 'Sorry, but I need a schedule. Pass it to me as the first command-line argument.'
15
- Process.exit! 1
16
- end
13
+ require 'rubygems'
14
+ require 'bundler/setup'
17
15
 
18
- load File.expand_path(ARGV[0])
16
+ load Gem.bin_path('rufus-runner', 'rufus-runner')
@@ -1,5 +1,5 @@
1
1
  module Rufus
2
2
  module Runner
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rufus-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Letessier
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-08-28 00:00:00.000000000 Z
12
+ date: 2015-09-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: eventmachine