jquery-nested-rails-cis 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.
data/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Add this line to your application's Gemfile:
|
|
|
24
24
|
|
|
25
25
|
For Rails 3+ apps, add the jquery-nested-rails gem to your Gemfile.
|
|
26
26
|
|
|
27
|
-
gem 'jquery-nested-rails'
|
|
27
|
+
gem 'jquery-nested-rails-cis'
|
|
28
28
|
|
|
29
29
|
And then execute:
|
|
30
30
|
|
|
@@ -241,4 +241,4 @@ To [Jonas Blomdin](http://github.com/jonasblomdin/) for creating Jquery Nested P
|
|
|
241
241
|
|
|
242
242
|
The MIT License
|
|
243
243
|
|
|
244
|
-
Copyright (c) 2013 Cyber Infrastructure Private Limited See LICENSE for further details.
|
|
244
|
+
Copyright (c) 2013 Cyber Infrastructure Private Limited See LICENSE for further details.
|
|
@@ -3,7 +3,7 @@ require File.expand_path('../lib/jquery-nested-rails/rails/version', __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "jquery-nested-rails-cis"
|
|
6
|
-
s.date = '2013-10-
|
|
6
|
+
s.date = '2013-10-31'
|
|
7
7
|
s.version = JqueryNestedRails::Rails::VERSION
|
|
8
8
|
s.authors = ["Anup Pareek, CISROR Team"]
|
|
9
9
|
s.homepage = "http://rubygems.org/gems/jquery-nested-rails"
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery-nested-rails-cis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-10-
|
|
12
|
+
date: 2013-10-31 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &13434700 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '3.0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *13434700
|
|
25
25
|
description: ! 'Nested is a jQuery plugin which allows you to create multi-column,
|
|
26
26
|
dynamic grid layouts. '
|
|
27
27
|
email:
|
|
@@ -36,7 +36,7 @@ files:
|
|
|
36
36
|
- Rakefile
|
|
37
37
|
- jquery-nested-rails-cis.gemspec
|
|
38
38
|
- lib/generators/jquery_nested_rails/install/install_generator.rb
|
|
39
|
-
- lib/jquery-nested-rails.rb
|
|
39
|
+
- lib/jquery-nested-rails-cis.rb
|
|
40
40
|
- lib/jquery-nested-rails/assert_select.rb
|
|
41
41
|
- lib/jquery-nested-rails/rails.rb
|
|
42
42
|
- lib/jquery-nested-rails/rails/engine.rb
|