pomodoro 1.0.0 → 1.0.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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pomodoro (1.0.0)
4
+ pomodoro (1.0.1)
5
5
  noprocrast
6
6
  sinatra
7
7
  thin
@@ -1,9 +1,9 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require './lib/pomodoro'
3
+ require 'pomodoro'
4
4
  require 'thin'
5
5
 
6
- rackup_file = "./lib/pomodoro/config.ru"
6
+ rackup_file = "#{File.dirname(__FILE__)}/../lib/pomodoro/config.ru"
7
7
 
8
8
  Thread.new do
9
9
  loop do
@@ -1,3 +1,3 @@
1
1
  module Pomodoro
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Steve Klabnik
@@ -96,7 +96,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
96
  requirements:
97
97
  - - ">="
98
98
  - !ruby/object:Gem::Version
99
- hash: 177127893593783456
99
+ hash: 891224417910260141
100
100
  segments:
101
101
  - 0
102
102
  version: "0"
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
106
  - - ">="
107
107
  - !ruby/object:Gem::Version
108
- hash: 177127893593783456
108
+ hash: 891224417910260141
109
109
  segments:
110
110
  - 0
111
111
  version: "0"