Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Optimize timezone calculation and fix content type of timezone.js #259

Open
wants to merge 13 commits into
base: kibana-ruby
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
kibana (0.2.0)
daemons
fastercsv
json
sinatra
Expand All @@ -13,13 +14,13 @@ GEM
specs:
daemons (1.1.9)
diff-lcs (1.1.3)
eventmachine (1.0.1)
eventmachine (1.0.3)
fastercsv (1.5.5)
jruby-jars (1.7.2)
jruby-rack (1.1.13.1)
json (1.7.5)
rack (1.4.5)
rack-protection (1.2.0)
json (1.8.0)
rack (1.5.2)
rack-protection (1.5.0)
rack
rake (10.0.3)
rspec (2.11.0)
Expand All @@ -31,16 +32,16 @@ GEM
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.3)
rubyzip (0.9.9)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
thin (1.5.0)
sinatra (1.4.2)
rack (~> 1.5, >= 1.5.2)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.3)
tzinfo (0.3.35)
tilt (1.4.1)
tzinfo (0.3.37)
warbler (1.3.6)
jruby-jars (>= 1.4.0)
jruby-rack (>= 1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kibana
VERSION = "0.2.0"
VERSION = "0.2.0p1"
end
Loading