tmin 0.0.8 → 0.0.9

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.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tmin (0.0.6)
4
+ tmin (0.0.8)
5
5
  dm-aggregates (~> 1.2.0)
6
6
  dm-core (~> 1.2.0)
7
7
  dm-migrations (~> 1.2.0)
data/lib/tmin/url.rb CHANGED
@@ -43,10 +43,6 @@ module Firefly
43
43
  end
44
44
 
45
45
  # Normalize the URL
46
- def self.normalize_url(url)
47
- url = URI.escape(URI.unescape(url))
48
- URI.parse(url).normalize.to_s
49
- end
50
46
 
51
47
  def self.valid_url?(url)
52
48
  url.match(Firefly::Url::VALID_URL_REGEX)
data/lib/tmin/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # encoding: UTF-8
2
2
  module Tminus
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
data/tmin-0.0.8.gem ADDED
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tmin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - drobs
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-03-13 00:00:00 -05:00
18
+ date: 2012-03-15 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -260,6 +260,7 @@ files:
260
260
  - tmin-0.0.5.gem
261
261
  - tmin-0.0.6.gem
262
262
  - tmin-0.0.7.gem
263
+ - tmin-0.0.8.gem
263
264
  - tmin.gemspec
264
265
  - views/error.haml
265
266
  - views/index.haml