bootstrap_sortable_rails 0.1.0 → 0.1.3

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa2d62f407828d447a2f2e92d0b43e0dc0ced3c6
4
- data.tar.gz: b78027547b1a543c0e31b2ad0638106edb7fe453
3
+ metadata.gz: dcadede4d7ae5bc5c0e0688689a8b33eeea66fb4
4
+ data.tar.gz: a83ee29cc3097b0e59c2ce6229e28a62fccc0da2
5
5
  SHA512:
6
- metadata.gz: cf651ee6e2993f916fedd327cda8625ffe96e58671c2324dc57265baf6cda5398eff6cb28f17f4d8af1cca864389933e96a7e18f0924be5004573b6c631f64bf
7
- data.tar.gz: 95d5be3956d43301218c7201edafba0836f0d65a1314bdcc304edaedd10c04d9cded89c611f8406f7456f49a16e4bb7483cca02173baa78f8efb3554c02656ad
6
+ metadata.gz: 2373af4724af2a99abf2aabd51218e14ae32e867fceb4a63b0b528df978a91719fea660f7b0332c7f4ea57732d4d3a0463f4dce640f28d613bf0bd080eaf1533
7
+ data.tar.gz: f8b24bddfd050a9d5e3f62c95332991460d34fe6b46cade1fcbdedd4c603c34266511d75aef6d938233dd8bcc7112406ecf2aa095eed67dd98742ecaf6399496
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.3
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bootstrap_sortable_rails 0.1.0 ruby lib
5
+ # stub: bootstrap_sortable_rails 0.1.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bootstrap_sortable_rails"
9
- s.version = "0.1.0"
9
+ s.version = "0.1.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["Paul Janse van Rensburg"]
@@ -28,8 +28,8 @@ Gem::Specification.new do |s|
28
28
  "bootstrap_sortable_rails.gemspec",
29
29
  "lib/bootstrap_sortable_rails.rb",
30
30
  "lib/bootstrap_sortable_rails/engine.rb",
31
- "vendor/assets/javascripts/bootstrap-sortable.js",
32
- "vendor/assets/stylesheets/bootstrap-sortable.css"
31
+ "vendor/assets/javascript/bootstrap-sortable.js",
32
+ "vendor/assets/stylesheet/bootstrap-sortable.css"
33
33
  ]
34
34
  s.homepage = "http://github.com/PaulJvR/bootstrap_sortable_rails"
35
35
  s.licenses = ["MIT"]
@@ -0,0 +1 @@
1
+ require 'bootstrap_sortable_rails/engine.rb'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_sortable_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Janse van Rensburg
@@ -71,8 +71,8 @@ files:
71
71
  - bootstrap_sortable_rails.gemspec
72
72
  - lib/bootstrap_sortable_rails.rb
73
73
  - lib/bootstrap_sortable_rails/engine.rb
74
- - vendor/assets/javascripts/bootstrap-sortable.js
75
- - vendor/assets/stylesheets/bootstrap-sortable.css
74
+ - vendor/assets/javascript/bootstrap-sortable.js
75
+ - vendor/assets/stylesheet/bootstrap-sortable.css
76
76
  homepage: http://github.com/PaulJvR/bootstrap_sortable_rails
77
77
  licenses:
78
78
  - MIT