rails_bootstrap_sortable 1.10.0 → 1.10.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 48f04380ee2cc19345a6e5a9227bb0503275a26a
4
- data.tar.gz: f613f54e81e5fd52b0a8789d0b271087133c0faa
3
+ metadata.gz: 80aa2b027e8a10843058a7c38c9ce1078c06821f
4
+ data.tar.gz: 22934f38a1b0f47c974aea559ebf6572fedb2c9d
5
5
  SHA512:
6
- metadata.gz: 361564163a278667e2e5c21603adf9d3f817febf0085b40c9c1b2f75e102aa0592863c87bf930d74c04ed36866e2fda2754ac0b2bcbde1d84498bb52f6be51fc
7
- data.tar.gz: 47f979a70da9fa386f256b5e181e9a17a204f0b6293a4d027eb0777231678c27a33b88ed12a3430bf503598174d25f9ed71022847f83852bc17875ea2112af09
6
+ metadata.gz: 04a2429a70592cb85df5893908f449c017d638e702f5384b65cf7b119de7f966f47a5b442a8496491097e7cfe199f1e8878f996fc725bf0457d06c891cd1c9b6
7
+ data.tar.gz: 60608feafe2b84c794ff84cfe91a747091037524b920f78aa1cf4279bde447d644e0eaa1fa5203c6f70753d180b3a3d989e88104ef6cc6973edb0376f95acf0d
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/rails_bootstrap_sortable.svg)](http://badge.fury.io/rb/rails_bootstrap_sortable)
4
4
 
5
- This gem packages the lovely bootstrap-sortable gem from [drvic10k/bootstrap-sortable](https://github.com/drvic10k/bootstrap-sortable) into an easy to use form. rails_bootstrap_sortable adds the ability to sort bootstrap tables (or any type of table, for that matter) via Javascript by clicking on the headers of the table. The bootstrap-sortable gem is © 2014 Matúš Brliť (drvic10k), bootstrap-sortable contributors.
5
+ This gem packages the lovely bootstrap-sortable gem from [drvic10k/bootstrap-sortable](https://github.com/drvic10k/bootstrap-sortable) into an easy to use form. rails_bootstrap_sortable adds the ability to sort bootstrap tables (or any type of table, for that matter) via Javascript by clicking on the headers of the table. The bootstrap-sortable gem is © 2015 Matúš Brliť (drvic10k), bootstrap-sortable contributors.
6
6
 
7
7
  ## Installation
8
8
 
@@ -1,3 +1,3 @@
1
1
  module RailsBootstrapSortable
2
- VERSION = "1.10.0"
2
+ VERSION = "1.10.1"
3
3
  end
@@ -18,5 +18,5 @@ Gem::Specification.new do |spec|
18
18
 
19
19
  spec.add_development_dependency "bundler", "~> 1.6"
20
20
  spec.add_development_dependency "rake"
21
- spec.add_dependency "momentjs-rails", "~> 2.8.3"
21
+ spec.add_dependency "momentjs-rails", ">= 2.8.3", '~> 2'
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_bootstrap_sortable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - SamKelly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-28 00:00:00.000000000 Z
11
+ date: 2015-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -42,16 +42,22 @@ dependencies:
42
42
  name: momentjs-rails
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: 2.8.3
48
+ - - "~>"
49
+ - !ruby/object:Gem::Version
50
+ version: '2'
48
51
  type: :runtime
49
52
  prerelease: false
50
53
  version_requirements: !ruby/object:Gem::Requirement
51
54
  requirements:
52
- - - "~>"
55
+ - - ">="
53
56
  - !ruby/object:Gem::Version
54
57
  version: 2.8.3
58
+ - - "~>"
59
+ - !ruby/object:Gem::Version
60
+ version: '2'
55
61
  description: ''
56
62
  email:
57
63
  - sam@durosoft.com
@@ -89,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
95
  version: '0'
90
96
  requirements: []
91
97
  rubyforge_project:
92
- rubygems_version: 2.2.2
98
+ rubygems_version: 2.4.5
93
99
  signing_key:
94
100
  specification_version: 4
95
101
  summary: A gem that packages the bootstrap-sortable js library from https://github.com/drvic10k/bootstrap-sortable