applied_css 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- applied_css (0.0.3)
4
+ applied_css (0.0.4)
5
5
  addressable
6
6
  awesome_print
7
7
  bundler
@@ -145,7 +145,7 @@ class AppliedCSS
145
145
  found = false
146
146
  attempts = 0
147
147
  @url = url
148
- uri = URI.parse(url)
148
+ uri = Addressable::URI.parse(url)
149
149
  until( found || attempts>=@@MAX_ATTEMPTS)
150
150
  uri.path = "/" if uri.path.empty?
151
151
  path = "#{uri.path}"
@@ -1,3 +1,3 @@
1
1
  module AppliedCss
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: applied_css
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
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-07-20 00:00:00.000000000 Z
12
+ date: 2013-08-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec