wombat 2.1.2 → 2.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/Gemfile.lock +26 -26
  2. data/README.md +1 -1
  3. data/VERSION +1 -1
  4. data/wombat.gemspec +2 -2
  5. metadata +2 -2
data/Gemfile.lock CHANGED
@@ -1,12 +1,12 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- activesupport (3.2.11)
5
- i18n (~> 0.6)
4
+ activesupport (3.2.13)
5
+ i18n (= 0.6.1)
6
6
  multi_json (~> 1.0)
7
- diff-lcs (1.1.3)
8
- domain_name (0.5.7)
9
- unf (~> 0.0.3)
7
+ diff-lcs (1.2.4)
8
+ domain_name (0.5.11)
9
+ unf (>= 0.0.5, < 1.0.0)
10
10
  fakeweb (1.3.0)
11
11
  git (1.2.5)
12
12
  i18n (0.6.1)
@@ -15,40 +15,40 @@ GEM
15
15
  git (>= 1.2.5)
16
16
  rake
17
17
  rdoc
18
- json (1.7.6)
19
- mechanize (2.5.1)
18
+ json (1.7.7)
19
+ mechanize (2.6.0)
20
20
  domain_name (~> 0.5, >= 0.5.1)
21
21
  mime-types (~> 1.17, >= 1.17.2)
22
22
  net-http-digest_auth (~> 1.1, >= 1.1.1)
23
23
  net-http-persistent (~> 2.5, >= 2.5.2)
24
24
  nokogiri (~> 1.4)
25
25
  ntlm-http (~> 0.1, >= 0.1.1)
26
- webrobots (~> 0.0, >= 0.0.9)
27
- mime-types (1.19)
28
- multi_json (1.5.0)
29
- net-http-digest_auth (1.2.1)
26
+ webrobots (>= 0.0.9, < 0.2)
27
+ mime-types (1.23)
28
+ multi_json (1.7.2)
29
+ net-http-digest_auth (1.3)
30
30
  net-http-persistent (2.8)
31
- nokogiri (1.5.6)
31
+ nokogiri (1.5.9)
32
32
  ntlm-http (0.1.1)
33
- rake (10.0.3)
34
- rdoc (3.12)
33
+ rake (10.0.4)
34
+ rdoc (4.0.1)
35
35
  json (~> 1.4)
36
36
  rest-client (1.6.7)
37
37
  mime-types (>= 1.16)
38
- rspec (2.12.0)
39
- rspec-core (~> 2.12.0)
40
- rspec-expectations (~> 2.12.0)
41
- rspec-mocks (~> 2.12.0)
42
- rspec-core (2.12.2)
43
- rspec-expectations (2.12.1)
44
- diff-lcs (~> 1.1.3)
45
- rspec-mocks (2.12.2)
46
- unf (0.0.5)
38
+ rspec (2.13.0)
39
+ rspec-core (~> 2.13.0)
40
+ rspec-expectations (~> 2.13.0)
41
+ rspec-mocks (~> 2.13.0)
42
+ rspec-core (2.13.1)
43
+ rspec-expectations (2.13.0)
44
+ diff-lcs (>= 1.1.3, < 2.0)
45
+ rspec-mocks (2.13.1)
46
+ unf (0.1.1)
47
47
  unf_ext
48
- unf_ext (0.0.5)
48
+ unf_ext (0.0.6)
49
49
  vcr (2.4.0)
50
- webrobots (0.0.13)
51
- yard (0.8.3)
50
+ webrobots (0.1.1)
51
+ yard (0.8.6.1)
52
52
 
53
53
  PLATFORMS
54
54
  ruby
data/README.md CHANGED
@@ -65,7 +65,7 @@ end
65
65
 
66
66
  ### This is just a sneak peek of what Wombat can do. For the complete documentation, please check the links below:
67
67
 
68
- ### [Wiki](http://github.com/felipecsl/wombat/wiki).
68
+ ### [Wiki](http://github.com/felipecsl/wombat/wiki)
69
69
  ### [API Documentation](http://rubydoc.info/gems/wombat/2.1.1/frames)
70
70
  ### [Changelog](https://github.com/felipecsl/wombat/wiki/Changelog)
71
71
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.2
1
+ 2.1.3
data/wombat.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "wombat"
8
- s.version = "2.1.2"
8
+ s.version = "2.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Felipe Lima"]
12
- s.date = "2013-02-03"
12
+ s.date = "2013-04-22"
13
13
  s.description = "Generic Web crawler with a DSL that parses structured data from web pages"
14
14
  s.email = "felipe.lima@gmail.com"
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wombat
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
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-02-03 00:00:00.000000000 Z
12
+ date: 2013-04-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mechanize