openpanel-sdk 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ff0fc445a94bfbb173cbdf14497ffcc92822239f9db6f0ba8d6ff9825c6fa17
4
- data.tar.gz: ac7759e06ca0c32474be0b03ada5c2475631dc4838aea363178e41023a4e6843
3
+ metadata.gz: f058e44eeada090f73556e3717608d7f61868776840970d2ca51ffa14120b108
4
+ data.tar.gz: c9a7d201a55dca8e07096e13e8a5d7e415970cd2ccda2b3bae1ff2c08280db8a
5
5
  SHA512:
6
- metadata.gz: 3cbbafc13b00761bd24f0eeae536ea7162fb3beaf58ab8da8a5ac0d57f95a6cabd66cdefce2a7988f926cd52b5f29cdaf0022f657fe948fb8e87fd3ceda184fa
7
- data.tar.gz: 8c9257183f18ba1fd007653b7e9846c6cd6ac9866289727234f2108ae1798b61ab97a203acf78f7ca1e5fbed777348e63310226f1c09b739a882705e12c7a7e8
6
+ metadata.gz: fbe6e1946cb014f429fdce91ab381900f7701a536a6142b8eac6cdf7a957f8e2264933f525f90ac9b20eba370c826dfa323cbf018cb29d62405a4fbb7e51560e
7
+ data.tar.gz: 1b3254a51f15c7a4604013c56b523fe1e53263d32c0c815e71a578970e08b097357f30462015442eaa4b523655eb885961c0114871bf5ea82e346d4ef284c0c5
data/README.md CHANGED
@@ -1,23 +1,19 @@
1
1
  # Openpanel::SDK
2
2
 
3
- TODO: Delete this and the text below, and describe your gem
4
-
5
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/openpanel/sdk`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ OpenPanel SDK for Ruby
6
4
 
7
5
  ## Installation
8
6
 
9
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
10
-
11
7
  Install the gem and add to the application's Gemfile by executing:
12
8
 
13
9
  ```bash
14
- bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
10
+ bundle add openpanel-sdk
15
11
  ```
16
12
 
17
13
  If bundler is not being used to manage dependencies, install the gem by executing:
18
14
 
19
15
  ```bash
20
- gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
16
+ gem install openpanel-sdk
21
17
  ```
22
18
 
23
19
  ## Usage
@@ -1,5 +1,5 @@
1
1
  module OpenPanel
2
2
  module SDK
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openpanel-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Stätter