firebot 0.0.1.pre → 0.0.1.pre2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- firebot (0.0.1)
4
+ firebot (0.0.1.pre)
5
5
  daemons (~> 1.1.0)
6
6
  faraday (~> 0.5.7)
7
7
  thor (~> 0.14.6)
@@ -3,6 +3,7 @@ require "faraday"
3
3
  require "daemons"
4
4
  require "thor"
5
5
  require "json"
6
+ require "yaml"
6
7
 
7
8
  require "firebot/settings"
8
9
  require "firebot/exceptions"
@@ -1,3 +1,3 @@
1
1
  account: "your_subdomain"
2
- path: "/room/your_room_id/live.json"
2
+ room_id: "your_room_id"
3
3
  token: "your_api_token"
@@ -1,3 +1,3 @@
1
1
  module Firebot
2
- VERSION = "0.0.1.pre"
2
+ VERSION = "0.0.1.pre2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: firebot
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 0.0.1.pre
5
+ version: 0.0.1.pre2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marcelo Silveira