switch_access-rails 1.1.5 → 1.1.6
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.
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
|
2
|
+
$:.push File.expand_path('../lib', __FILE__)
|
|
3
|
+
require 'switch_access/rails/version'
|
|
4
|
+
|
|
5
|
+
Gem::Specification.new do |s|
|
|
6
|
+
s.name = 'switch_access-rails'
|
|
7
|
+
s.version = SwitchAccess::Rails::VERSION
|
|
8
|
+
s.platform = Gem::Platform::RUBY
|
|
9
|
+
s.summary = 'Rails 3.2 integration Jquery Switch access.'
|
|
10
|
+
s.description = 'Integrates jquery switch access plugin into rails apps.'
|
|
11
|
+
s.homepage = 'https://github.com/leifcr/switch_access-rails'
|
|
12
|
+
s.files = Dir['README.md', 'LICENSE', 'Rakefile', 'lib/**/*', 'vendor/**/*', 'switch_access-rails.gemspec']
|
|
13
|
+
s.authors = ['Leif Ringstad']
|
|
14
|
+
s.email = 'leifcr@gmail.com'
|
|
15
|
+
|
|
16
|
+
s.add_dependency 'actionpack', '~> 3.2.0'
|
|
17
|
+
s.add_dependency 'jquery-rails', '~> 2.1.4'
|
|
18
|
+
s.add_dependency 'coffee-rails', '~> 3.2.2'
|
|
19
|
+
|
|
20
|
+
s.add_development_dependency 'rake', '~> 10.0.2'
|
|
21
|
+
s.require_paths = ["lib"]
|
|
22
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: switch_access-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -98,6 +98,7 @@ files:
|
|
|
98
98
|
- vendor/assets/stylesheets/switch_access/example.css
|
|
99
99
|
- vendor/assets/stylesheets/switch_access/example_highlighter.css
|
|
100
100
|
- vendor/assets/stylesheets/switch_access/example_switch_element.css
|
|
101
|
+
- switch_access-rails.gemspec
|
|
101
102
|
homepage: https://github.com/leifcr/switch_access-rails
|
|
102
103
|
licenses: []
|
|
103
104
|
post_install_message:
|
|
@@ -110,12 +111,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
110
111
|
- - ! '>='
|
|
111
112
|
- !ruby/object:Gem::Version
|
|
112
113
|
version: '0'
|
|
114
|
+
segments:
|
|
115
|
+
- 0
|
|
116
|
+
hash: -2588918025023367467
|
|
113
117
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
114
118
|
none: false
|
|
115
119
|
requirements:
|
|
116
120
|
- - ! '>='
|
|
117
121
|
- !ruby/object:Gem::Version
|
|
118
122
|
version: '0'
|
|
123
|
+
segments:
|
|
124
|
+
- 0
|
|
125
|
+
hash: -2588918025023367467
|
|
119
126
|
requirements: []
|
|
120
127
|
rubyforge_project:
|
|
121
128
|
rubygems_version: 1.8.24
|