bw_status_board_api 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d2543e90be07132df2eeb7b3ca95c434f70fcc12
4
- data.tar.gz: 332f3c832ef7cdc80bffb453e15de6e3e7552d0a
3
+ metadata.gz: e5b1fdc69b090bbcd2e26f764d91da563f0b8787
4
+ data.tar.gz: 2f79d2f40eccda0887a71321a7f17b3c737a8774
5
5
  SHA512:
6
- metadata.gz: c31d8a60c888a56d3a06aaa0560744188579f27dfa84f47756ea18dd8c4d0a3d7f7b9fd80aca7f92b9da102e7f9893f66be107c915cc566096af11b7dd66ba99
7
- data.tar.gz: a65a3be9600e1f58c153cdc654491564b1a9321682542d6f163522f8d167029fd3e6fd06aced995783a5e3c995bd5c9ffd10f8f8d2268793b922731ca7c5f06e
6
+ metadata.gz: f455b550839455d5b9cc833f96f8f0cc8c8e8fd7ffff35518a3805142a2f9ebadda40af4bc52008105259696ff4838ca270f12af2c32bae96394dc110ccf74a2
7
+ data.tar.gz: d9ed2ba171a3d1f6306753fc5ce7a3f84dec7c081dba6a6446712843a1855adebcf3920e5f5aed47012ac3f215e95758192ae5ce9df43bf94e6761d09fc82094
data/.gitignore CHANGED
@@ -9,6 +9,7 @@
9
9
  /test/version_tmp/
10
10
  /tmp/
11
11
  .DS_Store
12
+ Gemfile.lock
12
13
 
13
14
  ## Specific to RubyMotion:
14
15
  .dat*
data/.rubocop.yml CHANGED
@@ -1,2 +1,14 @@
1
1
  # See full list of defaults here: https://github.com/bbatsov/rubocop/blob/master/config/default.yml
2
2
  # To see all cops used see here: https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml
3
+
4
+ LineLength:
5
+ Max: 150
6
+
7
+ MethodLength:
8
+ Max: 15
9
+
10
+ RaiseArgs:
11
+ Enabled: false
12
+
13
+ Encoding:
14
+ EnforcedStyle: when_needed
data/CHANGELOG.md CHANGED
@@ -1,2 +1,10 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file.
3
+
4
+ ## 1.0.1
5
+ ### Fixed
6
+ * NoTask - fixed conflict with bwapi gem middleware
7
+
8
+ ## 1.0.0
9
+ ### Added
10
+ * NoTask - Initial version of the bw_status_board_api gem
@@ -3,7 +3,7 @@ require File.dirname(__FILE__) + '/lib/bw_status_board_api/version'
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'bw_status_board_api'
5
5
  s.version = BWStatusBoardAPI::VERSION
6
- s.date = '2014-09-05'
6
+ s.date = '2014-09-15'
7
7
  s.summary = 'Brandwatch Status Board API Wrapper'
8
8
  s.description = 'A Ruby wrapper for the Brandwatch Status Board'
9
9
  s.author = 'Jonathan Chrisp'
@@ -1,4 +1,4 @@
1
1
  # BW Version
2
2
  module BWStatusBoardAPI
3
- VERSION = '1.0.1'
3
+ VERSION = '1.0.2'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bw_status_board_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Chrisp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-05 00:00:00.000000000 Z
11
+ date: 2014-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec