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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +0 -4
  4. data/VERSION +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b208caa12086d6501f332d3b8569158d4d63ad5a
4
- data.tar.gz: ce322b1cba7805f739b5fa2b79de2ba6c75455a9
3
+ metadata.gz: 9e120caa9171777dc3ece5558305b3631b32c631
4
+ data.tar.gz: c872aa8bfbbc7e99b2053d24e8be9113cada4d8f
5
5
  SHA512:
6
- metadata.gz: 9bbe1c52549ca8f5257aefab0dca882c926a31af88c6bb47a8fae616c6d6a975822ef6975a367de0ce5dde50d6e134c063f6cf93036361d09fee27642b9df3f0
7
- data.tar.gz: affbc19283cb620529178f35c66dd426e3879e40febb66818927c21a075192d95d83087c5c96456f9185de3f430c82ef4b3e932c97d1acbd4b1b7fa4b75b0723
6
+ metadata.gz: 44bfe3094ddcc13c0cabfb856614874302e8a32ed7cbd584d5b981df2b44788da65444547b51c47b96878ca28f6ebc0ed25927ab19d7cd55347fa913669cd341
7
+ data.tar.gz: 1bf752daf268cc080b693ab55048bcab9d03d47bb63d4fdb496a4ebeb0b22f69cecc06a590439e1e2187c11b5df524883ec1863c978cb6604d0cf91d698bdff8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- netbox-client-ruby (0.3.1)
4
+ netbox-client-ruby (0.4.0)
5
5
  dry-configurable (~> 0.1)
6
6
  faraday (>= 0.11.0)
7
7
  faraday-detailed_logger (~> 2.1)
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.0
1
+ 0.4.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netbox-client-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Mäder