stylesheet_flipper 0.0.4 → 0.0.5

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.
@@ -1,3 +1,3 @@
1
1
  module StylesheetFlipper
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -1,10 +1,10 @@
1
1
  # mock up rails' I18n module
2
2
  module I18n
3
3
  def self.locale
4
- @@locale ||= :en
4
+ @locale ||= :en
5
5
  end
6
6
 
7
7
  def self.locale=(value)
8
- @@locale = value
8
+ @locale = value
9
9
  end
10
10
  end
@@ -6,10 +6,10 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["jeppe@liisberg.net"]
7
7
  gem.description = %q{Makes your LTR stylesheet work for RTL locales and vice versa}
8
8
  gem.summary = %q{Makes your LTR stylesheet work for RTL locales and vice versa}
9
- gem.homepage = "https://github.com/monibuds/stylesheet_flipper"
9
+ gem.homepage = "https://github.com/liisberg-consulting/stylesheet_flipper"
10
10
 
11
11
  gem.add_development_dependency "rspec"
12
- gem.add_runtime_dependency "rails", "~>3.1"
12
+ gem.add_runtime_dependency "rails", ">=3.1"
13
13
  gem.add_runtime_dependency "r2"
14
14
 
15
15
  gem.files = `git ls-files`.split($\)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stylesheet_flipper
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-12-04 00:00:00.000000000 Z
12
+ date: 2013-12-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -32,7 +32,7 @@ dependencies:
32
32
  requirement: !ruby/object:Gem::Requirement
33
33
  none: false
34
34
  requirements:
35
- - - ~>
35
+ - - ! '>='
36
36
  - !ruby/object:Gem::Version
37
37
  version: '3.1'
38
38
  type: :runtime
@@ -40,7 +40,7 @@ dependencies:
40
40
  version_requirements: !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
- - - ~>
43
+ - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
45
  version: '3.1'
46
46
  - !ruby/object:Gem::Dependency
@@ -80,7 +80,7 @@ files:
80
80
  - spec/units/locales_spec.rb
81
81
  - spec/units/view_helpers_spec.rb
82
82
  - stylesheet_flipper.gemspec
83
- homepage: https://github.com/monibuds/stylesheet_flipper
83
+ homepage: https://github.com/liisberg-consulting/stylesheet_flipper
84
84
  licenses: []
85
85
  post_install_message:
86
86
  rdoc_options: []
@@ -94,7 +94,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  segments:
96
96
  - 0
97
- hash: 2512913322468463981
97
+ hash: -605443736007754330
98
98
  required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  none: false
100
100
  requirements:
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  version: '0'
104
104
  segments:
105
105
  - 0
106
- hash: 2512913322468463981
106
+ hash: -605443736007754330
107
107
  requirements: []
108
108
  rubyforge_project:
109
109
  rubygems_version: 1.8.24