bootstrap-scrolltable-rails 1.0.1 → 1.1

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.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YWIyNGJhZjk5NjY3ZjA0OTgxMTYwNjdlMjg3ZmYzMjk3NWQyZjZlNg==
5
- data.tar.gz: !binary |-
6
- N2FmODFiM2M4NGVhNjg4MDEwYjRiMWFjMWYyNjhhODRmZjI0NmM3MA==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- MmViMzY1YTc4YTE4Nzg5OGU2MmU3NjdjZmE1ZDc2N2RjYmUwZTE2YTIwNDE3
10
- MTRkOGJlYzZhODU0OGZmNjIzYTU1YmRiMTUxYmE3ZTM4MzI2MzBkMGJmYWNk
11
- NTFkNGRiMGRmZWZhZjdiMGJlZTUxZjUwYTU0M2FkOTEzY2JmYWM=
12
- data.tar.gz: !binary |-
13
- Y2VkOGM3NTM5YmUxOTU4Yzc2YmU4ZTBjMWZjYTUxNjE3MzBkZjgxNTNhNjc4
14
- NzFmMWUyOTA2OTYyNWMwOTEyY2ZjNjg2MTA1MDY4MTUwNTA5YzcxYjk3MzQy
15
- YjJjMjE3ZjYzZjNlMjEzYTg3NmEyYTVmNzc3NjYzZDEzNzkxZmM=
2
+ SHA1:
3
+ metadata.gz: e6f584f07d31fe34f2b6412faf40f6c7b93d6501
4
+ data.tar.gz: 08d0e871d026e6d77d7a18d94c37efad1aac4773
5
+ SHA512:
6
+ metadata.gz: e7d7ccd650a9749102ad7bc200afe366567fed4a02c5d6544fea5acee616e48fbde9222994d45a0acf618efabc1b5cec48e4cc27d7f3c5924f3e4dcdd5f85204
7
+ data.tar.gz: 9c8d3135910c7c0e5f9281f9208916bf3bcfa2fb254fe3d2749dd8bc109be78ebd8d97872be22c8e87a9e07e564b638295607f7f5b686b2b1e53a1aef1ef54d7
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module Scrolltable
3
3
  module Rails
4
- VERSION = "1.0.1"
4
+ VERSION = "1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-scrolltable-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: '1.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierrick Rouxel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-22 00:00:00.000000000 Z
11
+ date: 2013-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.1'
27
27
  - !ruby/object:Gem::Dependency
@@ -42,14 +42,14 @@ dependencies:
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: Table with fixed header for Twitter Bootstrap
@@ -64,11 +64,11 @@ files:
64
64
  - LICENSE.txt
65
65
  - README.md
66
66
  - Rakefile
67
+ - app/assets/javascripts/bootstrap-scrolltable.js
68
+ - app/assets/stylesheets/bootstrap-scrolltable.css
67
69
  - bootstrap-scrolltable-rails.gemspec
68
70
  - lib/bootstrap/scrolltable/rails.rb
69
71
  - lib/bootstrap/scrolltable/rails/version.rb
70
- - vendor/assets/javascripts/bootstrap-scrolltable.js
71
- - vendor/assets/stylesheets/bootstrap-scrolltable.css
72
72
  homepage: https://github.com/pierrickrouxel/bootstrap-scrolltable-rails
73
73
  licenses:
74
74
  - MIT
@@ -79,12 +79,12 @@ require_paths:
79
79
  - lib
80
80
  required_ruby_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
- - - ! '>='
82
+ - - '>='
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ! '>='
87
+ - - '>='
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  requirements: []