detect_timezone_rails 0.0.1 → 0.0.2

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.
@@ -2,10 +2,59 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  detect_timezone_rails (0.0.1)
5
+ railties (~> 3.1)
5
6
 
6
7
  GEM
7
8
  remote: http://rubygems.org/
8
9
  specs:
10
+ actionpack (3.1.0)
11
+ activemodel (= 3.1.0)
12
+ activesupport (= 3.1.0)
13
+ builder (~> 3.0.0)
14
+ erubis (~> 2.7.0)
15
+ i18n (~> 0.6)
16
+ rack (~> 1.3.2)
17
+ rack-cache (~> 1.0.3)
18
+ rack-mount (~> 0.8.2)
19
+ rack-test (~> 0.6.1)
20
+ sprockets (~> 2.0.0)
21
+ activemodel (3.1.0)
22
+ activesupport (= 3.1.0)
23
+ bcrypt-ruby (~> 3.0.0)
24
+ builder (~> 3.0.0)
25
+ i18n (~> 0.6)
26
+ activesupport (3.1.0)
27
+ multi_json (~> 1.0)
28
+ bcrypt-ruby (3.0.0)
29
+ builder (3.0.0)
30
+ erubis (2.7.0)
31
+ hike (1.2.1)
32
+ i18n (0.6.0)
33
+ multi_json (1.0.3)
34
+ rack (1.3.2)
35
+ rack-cache (1.0.3)
36
+ rack (>= 0.4)
37
+ rack-mount (0.8.3)
38
+ rack (>= 1.0.0)
39
+ rack-ssl (1.3.2)
40
+ rack
41
+ rack-test (0.6.1)
42
+ rack (>= 1.0)
43
+ railties (3.1.0)
44
+ actionpack (= 3.1.0)
45
+ activesupport (= 3.1.0)
46
+ rack-ssl (~> 1.3.2)
47
+ rake (>= 0.8.7)
48
+ rdoc (~> 3.4)
49
+ thor (~> 0.14.6)
50
+ rake (0.9.2)
51
+ rdoc (3.9.4)
52
+ sprockets (2.0.0)
53
+ hike (~> 1.2)
54
+ rack (~> 1.0)
55
+ tilt (~> 1.1, != 1.3.0)
56
+ thor (0.14.6)
57
+ tilt (1.3.3)
9
58
 
10
59
  PLATFORMS
11
60
  ruby
@@ -7,11 +7,13 @@ Gem::Specification.new do |s|
7
7
  s.version = DetectTimezoneRails::VERSION
8
8
  s.authors = ["Scott Watermasysk"]
9
9
  s.email = ["scottwater@gmail.com"]
10
- s.homepage = "http://www.scottw.com"
10
+ s.homepage = "https://rubygems.org/gems/detect_timezone_rails"
11
11
  s.summary = %q{Simple javascript timezone detection}
12
12
  s.description = %q{Simple javascript timezone detection}
13
13
 
14
14
  s.rubyforge_project = "detect_timezone_rails"
15
+
16
+ s.add_dependency "railties", "~> 3.1"
15
17
 
16
18
  s.files = `git ls-files`.split("\n")
17
19
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,5 +1,6 @@
1
1
  require "detect_timezone_rails/version"
2
2
 
3
3
  module DetectTimezoneRails
4
- # Your code goes here...
4
+ class Engine < Rails::Engine
5
+ end
5
6
  end
@@ -1,3 +1,3 @@
1
1
  module DetectTimezoneRails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: detect_timezone_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,18 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2011-09-04 00:00:00.000000000Z
13
- dependencies: []
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: railties
16
+ requirement: &70242891289580 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '3.1'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *70242891289580
14
25
  description: Simple javascript timezone detection
15
26
  email:
16
27
  - scottwater@gmail.com
@@ -28,7 +39,7 @@ files:
28
39
  - lib/detect_timezone_rails/version.rb
29
40
  - vendor/assets/javascripts/detect_timezone.js
30
41
  - vendor/assets/javascripts/jquery.detect_timezone.js
31
- homepage: http://www.scottw.com
42
+ homepage: https://rubygems.org/gems/detect_timezone_rails
32
43
  licenses: []
33
44
  post_install_message:
34
45
  rdoc_options: []