pzem016 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +2 -0
- data/README.md +2 -4
- data/lib/pzem016/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8870c9a02b2b9d7b647c413c7f3150e61854864e499a9d8c2327288309e510c
|
4
|
+
data.tar.gz: 3e8b962f8fc84b3ef8db966fd8626087505889e72d7b49cec56cd20c1c7e3b17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bedbdb327e5acc293177ceded7757594b0b640ad9617305013742c446ffbc8d06e0b4a883f62d598310c4e869b941a8cf61328e01a227d722adad32506241dbc
|
7
|
+
data.tar.gz: 06f43088e9b695c622a0671fcdd79103d10bc3185b60ff684fd1945f23fd698d2427affaeb9dd491faeaf728877fc8eaf8a327edcff636c59382fa97696dce3f
|
data/CHANGELOG
CHANGED
data/README.md
CHANGED
@@ -16,15 +16,13 @@ to do that you'll need to look at doing some impedance matching with terminating
|
|
16
16
|
|
17
17
|
## Installation
|
18
18
|
|
19
|
-
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.
|
20
|
-
|
21
19
|
Install the gem and add to the application's Gemfile by executing:
|
22
20
|
|
23
|
-
$ bundle add
|
21
|
+
$ bundle add pzem016
|
24
22
|
|
25
23
|
If bundler is not being used to manage dependencies, install the gem by executing:
|
26
24
|
|
27
|
-
$ gem install
|
25
|
+
$ gem install pzem016
|
28
26
|
|
29
27
|
## Usage
|
30
28
|
|
data/lib/pzem016/version.rb
CHANGED