netbox-client-ruby 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +0 -4
- data/VERSION +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e120caa9171777dc3ece5558305b3631b32c631
|
4
|
+
data.tar.gz: c872aa8bfbbc7e99b2053d24e8be9113cada4d8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44bfe3094ddcc13c0cabfb856614874302e8a32ed7cbd584d5b981df2b44788da65444547b51c47b96878ca28f6ebc0ed25927ab19d7cd55347fa913669cd341
|
7
|
+
data.tar.gz: 1bf752daf268cc080b693ab55048bcab9d03d47bb63d4fdb496a4ebeb0b22f69cecc06a590439e1e2187c11b5df524883ec1863c978cb6604d0cf91d698bdff8
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -182,10 +182,6 @@ You can also run `bin/console` for an interactive prompt that will allow you to
|
|
182
182
|
|
183
183
|
To install this gem onto your local machine, run `bundle exec rake install`.
|
184
184
|
|
185
|
-
To release a new version, update the version number in `VERSION`, and then run `bundle exec rake release`,
|
186
|
-
which will create a git tag for the version, push git commits and tags,
|
187
|
-
and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
188
|
-
|
189
185
|
## Contributing
|
190
186
|
|
191
187
|
Bug reports and pull requests are very welcome [on GitHub](https://github.com/ninech/netbox-client-ruby).
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.1
|