bwapi 9.0.1.pre.419 → 9.0.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.
Files changed (4) hide show
  1. checksums.yaml +5 -13
  2. data/CHANGELOG.md +0 -4
  3. data/README.md +1 -1
  4. metadata +5 -4
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MzVmOTExYWIzOTQ2YmVmOTNiMjIyYzQ5MTdlNTIzNmFjNjM3MmJhOA==
5
- data.tar.gz: !binary |-
6
- MmNhYzY4OTUwYTAyM2Y0YWVkOTI0OTZjODRlZjY2ZWVmNWNlNzY1Yw==
2
+ SHA1:
3
+ metadata.gz: 0e283af38aa6eae304650595422f89e61580aafb
4
+ data.tar.gz: 84bc8227d7805acffb22c86a5c7273e4f775c890
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- N2M5MTgzNGJkMjRkMTllNGMzMjY1YzkxYjMxNTE2ZDliZjY3YWJiOWU0OThl
10
- ZDE4YTI0YjNlYmZlMWNiYjliZTFjNmI1YTA2OGZiMjJmNTJlNDhmMWUwNmVh
11
- ZGJmMzdiZWQ0YWVmYWVhNzFjOGEyNTAxNmQ3MzQzZjYzNGIzODc=
12
- data.tar.gz: !binary |-
13
- ZmU4Y2M0MmFmNDU1Y2NmY2E3ZjU0NjlmNDgzODJhZjQzNjc1MWE3NDZkMzUz
14
- NDI2NmM5ZjhmOWVhYWY4NjU0YWFhMzNkYjMxODkwOGNkZDAyNmIxNzUyMjhm
15
- YmI2MDYxODVjMzY1NDU5YmFmNzMzNTVhYzYyMWVhMmQ5Y2ZkYjE=
6
+ metadata.gz: eb631c42caec373aaa1476ff02f0eb4c81ef75ab9fe686c46b3dd937b1802d0ed41252fc81bd7b78948729fe68ef95b78901f1e85d686d03469dc5017c2f7b46
7
+ data.tar.gz: d8e308829cdba0592d2ef619d93039fa8eb577442a74cc0b01b8df291a0e16738f2671019dd12df21440da93df3adb76ecfd982379849de17a994c3f7b1c6004
@@ -1,10 +1,6 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
- ## 9.0.1
5
- ### Fixed
6
- * NoTask - fixed middleware conflict with the bw_status_board_api gem
7
-
8
4
  ## 9.0.0
9
5
  ### Added
10
6
  * NoTask - updated notifications endpoints to match new structure
data/README.md CHANGED
@@ -64,7 +64,7 @@ bw = BWAPI::Client.new(username: 'username@example.com', password: 'pa$$w0rd', d
64
64
  ```
65
65
 
66
66
  ### Performance
67
- When debug mode is running the response performance is stored on each request, to view the stats call the performance method on the client instance:
67
+ When debug mode is running the response performance is stored on each require, to view the stats call the performance method on the client instance:
68
68
 
69
69
  ```ruby
70
70
  bw.performance
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bwapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.0.1.pre.419
4
+ version: 9.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Chrisp
@@ -223,14 +223,14 @@ require_paths:
223
223
  - lib
224
224
  required_ruby_version: !ruby/object:Gem::Requirement
225
225
  requirements:
226
- - - ! '>='
226
+ - - '>='
227
227
  - !ruby/object:Gem::Version
228
228
  version: 1.9.2
229
229
  required_rubygems_version: !ruby/object:Gem::Requirement
230
230
  requirements:
231
- - - ! '>'
231
+ - - '>='
232
232
  - !ruby/object:Gem::Version
233
- version: 1.3.1
233
+ version: '0'
234
234
  requirements: []
235
235
  rubyforge_project:
236
236
  rubygems_version: 2.4.1
@@ -241,3 +241,4 @@ test_files:
241
241
  - spec/bwapi/client_spec.rb
242
242
  - spec/bwapi_spec.rb
243
243
  - spec/helper.rb
244
+ has_rdoc: