bbc_api 0.2.0 → 0.2.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.
data/Gemfile CHANGED
@@ -2,4 +2,5 @@ source 'http://rubygems.org'
2
2
 
3
3
  gem 'rspec'
4
4
  gem 'rake'
5
- gem 'webmock'
5
+ gem 'webmock'
6
+ gem 'coveralls', require: false
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <html>
2
2
  <head>
3
- <title>BBC API INTEGRATION</title>
3
+ <title> BBC API INTEGRATION</title>
4
4
  </head>
5
5
  <body>
6
6
  <h1>BBC WORLD NEWS API Integration</h1>
@@ -28,7 +28,7 @@
28
28
  In Gemfile
29
29
  </p>
30
30
  <p>
31
- <code>gem "bbc_api", "0.2.0" </code>
31
+ <code>gem "bbc_api", "0.2.1" </code>
32
32
  </p>
33
33
  </div>
34
34
 
@@ -1,3 +1,3 @@
1
1
  module BbcApi
2
- Version = "0.2.0"
2
+ Version = "0.2.1"
3
3
  end
@@ -9,11 +9,15 @@ require 'rspec/expectations'
9
9
  require 'rspec/mocks'
10
10
  require 'rspec/core'
11
11
  require 'webmock/rspec'
12
+ require 'coveralls'
13
+ Coveralls.wear!
14
+
12
15
  RSpec.configure do |config|
13
16
  config.treat_symbols_as_metadata_keys_with_true_values = true
14
17
  config.run_all_when_everything_filtered = true
15
18
  config.filter_run :focus
16
19
  WebMock.allow_net_connect!(:net_http_connect_on_start => true)
20
+
17
21
  # Run specs in random order to surface order dependencies. If you find an
18
22
  # order dependency and want to debug it, you can fix the order by providing
19
23
  # the seed, which is printed after each run.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bbc_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-12 00:00:00.000000000 Z
12
+ date: 2013-08-13 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: rdasarminus@gmail.com