appboard 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.
Files changed (3) hide show
  1. data/lib/appboard/version.rb +1 -1
  2. metadata +3 -4
  3. data/lib/test.rb +0 -19
@@ -2,7 +2,7 @@ module Appboard #:nodoc:
2
2
  module Version #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appboard
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - appboard.me
@@ -94,7 +94,6 @@ files:
94
94
  - lib/appboard/rest_api.rb
95
95
  - lib/appboard/version.rb
96
96
  - lib/appboard/widget.rb
97
- - lib/test.rb
98
97
  - LICENSE.txt
99
98
  - README
100
99
  has_rdoc: true
data/lib/test.rb DELETED
@@ -1,19 +0,0 @@
1
- require 'rubygems'
2
- require './appboard'
3
-
4
- Appboard.start {
5
- apiKey 'wOUpOJeOozcgPdZa'
6
-
7
- widget('test') {
8
- uid "weXtrkUwSeZGvcRK"
9
-
10
- data do
11
- {
12
- :current => 120
13
- }
14
- end
15
- }
16
- }
17
-
18
-
19
- Appboard.widget('test')