compactor 0.4.6 → 0.4.7

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 CHANGED
@@ -16,3 +16,4 @@ test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
18
  vendor
19
+ Gemfile.lock
@@ -21,13 +21,13 @@ Gem::Specification.new do |spec|
21
21
  spec.add_dependency "mechanize", "2.4"
22
22
 
23
23
  if RUBY_PLATFORM == "java"
24
- spec.add_dependency "jruby-openssl", '0.7.3'
24
+ spec.add_runtime_dependency "jruby-openssl", '0.7.3'
25
25
  else
26
26
  spec.add_development_dependency "coveralls"
27
27
  end
28
28
 
29
29
  if RUBY_PLATFORM == "java" || RUBY_VERSION == "1.8.7"
30
- spec.add_dependency "nokogiri", ">= 1.5.0", "< 1.5.3"
30
+ spec.add_runtime_dependency "nokogiri", ">= 1.5.0", "< 1.5.3"
31
31
  end
32
32
 
33
33
  spec.add_development_dependency "rake"
@@ -1,3 +1,3 @@
1
1
  module Compactor
2
- VERSION = "0.4.6"
2
+ VERSION = "0.4.7"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 6
9
- version: 0.4.6
8
+ - 7
9
+ version: 0.4.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Julio Santos
@@ -169,7 +169,6 @@ files:
169
169
  - .gitignore
170
170
  - .travis.yml
171
171
  - Gemfile
172
- - Gemfile.lock
173
172
  - LICENSE
174
173
  - LICENSE.txt
175
174
  - README.md
@@ -1,56 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- compactor (0.4.5)
5
- jruby-openssl (= 0.7.3)
6
- mechanize (= 2.4)
7
- nokogiri (>= 1.5.0, < 1.5.3)
8
-
9
- GEM
10
- remote: http://rubygems.org/
11
- specs:
12
- awesome_print (1.1.0)
13
- bouncy-castle-java (1.5.0147)
14
- domain_name (0.5.12)
15
- unf (>= 0.0.5, < 1.0.0)
16
- fakeweb (1.3.0)
17
- jruby-openssl (0.7.3)
18
- bouncy-castle-java
19
- mechanize (2.4)
20
- domain_name (~> 0.5, >= 0.5.1)
21
- mime-types (~> 1.17, >= 1.17.2)
22
- net-http-digest_auth (~> 1.1, >= 1.1.1)
23
- net-http-persistent (~> 2.5, >= 2.5.2)
24
- nokogiri (~> 1.4)
25
- ntlm-http (~> 0.1, >= 0.1.1)
26
- webrobots (~> 0.0, >= 0.0.9)
27
- metaclass (0.0.1)
28
- mime-types (1.23)
29
- mocha (0.12.1)
30
- metaclass (~> 0.0.1)
31
- net-http-digest_auth (1.4)
32
- net-http-persistent (2.8)
33
- nokogiri (1.5.2-java)
34
- ntlm-http (0.1.1)
35
- rake (10.1.0)
36
- rcov (0.9.11)
37
- rcov (0.9.11-java)
38
- unf (0.1.1)
39
- unf_ext
40
- unf (0.1.1-java)
41
- unf_ext (0.0.6)
42
- vcr (2.0.1)
43
- webrobots (0.1.1)
44
-
45
- PLATFORMS
46
- java
47
-
48
- DEPENDENCIES
49
- awesome_print
50
- bundler (~> 1.3)
51
- compactor!
52
- fakeweb
53
- mocha (= 0.12.1)
54
- rake
55
- rcov (= 0.9.11)
56
- vcr (~> 2.0.0)