frameio-api 0.1.0 → 0.2.0

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/frame_io/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0901a5840882914621de78e0c9e36bbff287aca801994e5b88201b96ecf31683'
4
- data.tar.gz: 5223091ad97b2e6b46220e98d3b476e4b71351840b6b29de00dd5795306f474b
3
+ metadata.gz: eacd6ad94cc202e0b0f3ba67a951ad93852e0d1432c8d1728252fa7f14fb994a
4
+ data.tar.gz: 8571088d7205e25497e690cc0c62de427f0989bda82a72ba986272211590a09e
5
5
  SHA512:
6
- metadata.gz: 6f4eca7dc8eb1cd7c2b8ddab1093412e37d7c8fbcee759513b00feac7367e45c957d215d4116e921438bf98ce30193b25b9db0b3fa2dda848ff6d5278249c836
7
- data.tar.gz: 631a196ecd6d488ebf56f085b414783c07fda7bc4b6c44751897b2f85903e0a06d34868b90f225ae1ec56df574ee2468e8b08a01f85e17d786f454ba612852bb
6
+ metadata.gz: ad4cec477676eeeefd055b0220acea8e3a147228dedd083b2d20a839c834876eca10e7bfb529b46f26b938b09eddf6ed05c559c862e2624ab35074dc5fc7480d
7
+ data.tar.gz: d765aa51f0af587be314b50621fb23200b5f37c48cb9d8d8d524e4aebeceb62c201b4f22f28d486406644dc55d0b684dce20803fa471e0cd1e8b6696938eac65
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # FrameIo
1
+ # Frameio-API
2
2
  Very basic (and wip) Frame.io API wrapper
3
3
  Only OAuth2 authentification available at the moment.
4
4
 
@@ -8,7 +8,7 @@ Only OAuth2 authentification available at the moment.
8
8
  Add this line to your application's Gemfile:
9
9
 
10
10
  ```ruby
11
- gem "frame_io"
11
+ gem "frameio-api"
12
12
  ```
13
13
 
14
14
  And then execute:
@@ -18,7 +18,7 @@ $ bundle
18
18
 
19
19
  Or install it yourself as:
20
20
  ```bash
21
- $ gem install frame_io
21
+ $ gem install frameio-api
22
22
  ```
23
23
 
24
24
 
@@ -1,3 +1,3 @@
1
1
  module FrameIo
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frameio-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Holl
@@ -62,12 +62,12 @@ files:
62
62
  - lib/frame_io/user.rb
63
63
  - lib/frame_io/version.rb
64
64
  - lib/tasks/frame_io_tasks.rake
65
- homepage: https://github.com/boxprod/frame_io
65
+ homepage: https://github.com/boxprod/frameio-api
66
66
  licenses:
67
67
  - MIT
68
68
  metadata:
69
- homepage_uri: https://github.com/boxprod/frame_io
70
- source_code_uri: https://github.com/boxprod/frame_io
69
+ homepage_uri: https://github.com/boxprod/frameio-api
70
+ source_code_uri: https://github.com/boxprod/frameio-api
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths: