busk-ruby-readability 1.2.3 → 1.2.4

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/.gitignore ADDED
@@ -0,0 +1 @@
1
+ pkg/*
data/Gemfile CHANGED
@@ -5,6 +5,7 @@ gem "nokogiri"
5
5
  group :test do
6
6
  gem 'rspec'
7
7
  gem 'fakeweb'
8
+ gem 'vcr'
8
9
  end
9
10
 
10
11
  gemspec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- busk-ruby-readability (1.2.2)
4
+ busk-ruby-readability (1.2.3)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -17,6 +17,7 @@ GEM
17
17
  rspec-expectations (2.4.0)
18
18
  diff-lcs (~> 1.1.2)
19
19
  rspec-mocks (2.4.0)
20
+ vcr (1.6.0)
20
21
 
21
22
  PLATFORMS
22
23
  ruby
@@ -26,3 +27,4 @@ DEPENDENCIES
26
27
  fakeweb
27
28
  nokogiri
28
29
  rspec
30
+ vcr
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
2
2
  s.authors = ["Fabio Mont Alegre", "Rodrigo Flores"]
3
3
  s.email = "it-team@busk.com"
4
4
  s.homepage = "http://github.com/busk/ruby-readability"
5
- s.version = "1.2.3"
5
+ s.version = "1.2.4"
6
6
  s.name = "busk-ruby-readability"
7
7
  s.summary = "A rewrite of original ruby-readability"
8
8