jive-tile 0.0.6 → 0.0.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1cdb4849328f76b637ca7f261d0fe0ad5e8f1457
4
- data.tar.gz: 4c9fbc5ba1a645146d7ddf89c5291c40c064fd92
3
+ metadata.gz: 0530c49f3d8a99281b23f5121c0080e179dd2d47
4
+ data.tar.gz: 8b62f6260ae0cd1dc662760ee70585e363c78429
5
5
  SHA512:
6
- metadata.gz: 88e062d55550b42255f2e7b92d5bce2627ca37107dcf96bca1ac7319d2b92d756825644996c11de3943018329d43da184c9320c9004911f2c06aff921807215b
7
- data.tar.gz: 0d9fb1d69da46e5026b043c11dc04d7f7922ab0e3811463c5baf1415ae96485ee278a34b7fe90500cc30c3ef8953bb457633cf8ca441203ba7451a91ae762adf
6
+ metadata.gz: 5939b964b337e7a0f04a5d54404be2c49a0a7cd621aa888fe412ab158ba444f4cc6b16ed1369496559317e9a4210e8e71a7f4f1f75c96e922a3d92ac40872751
7
+ data.tar.gz: 5abfec8d65450a2d209b605f0861fdeb4cd22a299a4b29758b1457893f475b5f94481d12aafc1ea1e986dfa4e4223af41ba82030337e8e76de3cc01474b13697
@@ -17,26 +17,12 @@ class AddJiveTiles010Migration < ActiveRecord::Migration
17
17
  t.string :remote_id
18
18
  t.string :push_url
19
19
 
20
- t.integer :jive_tiles_oauth_token_id
21
20
  t.boolean :uninstalled
22
-
23
- t.timestamps null: false
24
- end
25
-
26
- create_table :jive_tiles_oauth_tokens do |t|
27
- t.string :scope
28
- t.string :token_type
29
- t.integer :expires_in
30
- t.timestamp :expires_at
31
- t.string :refresh_token
32
- t.string :access_token
33
-
34
21
  t.timestamps null: false
35
22
  end
36
23
  end
37
24
 
38
25
  def self.down
39
26
  drop_table :jive_tiles
40
- drop_table :jive_tiles_oauth_tokens
41
27
  end
42
- end
28
+ end
@@ -1,5 +1,5 @@
1
1
  module Jive
2
2
  module Tile
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
- end
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jive-tile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Butch Marshall