draggabilly-rails 1.1.1 → 1.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80aa6015d2720f51e7fe357533499cafc56677ff
4
- data.tar.gz: 50e82ea7f79a40dc58c8d673c8304efcb4b87352
3
+ metadata.gz: a09fe0ae8b394c2b775c31caaa9c61a69775c4f1
4
+ data.tar.gz: 29ee59336b83505b2b5567c52c41a8abe9b933bd
5
5
  SHA512:
6
- metadata.gz: a18807f950cf33100bab594bb58896820bf977c7e0cfbbc23959ee98a19fc090084d448ab4efc12032c5a55c0a54da19ffaa3e78a6fbc5e72fd2d65c8404b17a
7
- data.tar.gz: a0194004995a4ae32b7acaccb6bb3d9a5e8ee6282983e4ac29ce2ef47c97f83c35db0cf5c1df7b19ce0f129af36ca8ecc847ba9f702eddcbcb2a5f82c39067d0
6
+ metadata.gz: 311595d2a80ab9f7d8707de2afe36cfc59336b03f7dc042677957d63054f9f3a9b9dff1c07cc9a6111a48446349b5b73c82834794f06c395b5e9335bfef6346d
7
+ data.tar.gz: ae4b02d0f4bf619c6398edc64d3f4b12cee3b3be8e64605459aaf36c1e9ba91298e9486b882d323c0e03b96af1319809927506509fa358a9fa0f46bc19c3b5c9
data/.gitignore CHANGED
@@ -1 +1,3 @@
1
+ Gemfile.lock
1
2
  pkg
3
+ tmp
@@ -1,5 +1,5 @@
1
1
  module Draggabilly
2
2
  module Rails
3
- VERSION = '1.1.1'.freeze
3
+ VERSION = '1.1.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: draggabilly-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonid Beder
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-20 00:00:00.000000000 Z
11
+ date: 2014-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -33,7 +33,6 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - ".gitignore"
35
35
  - Gemfile
36
- - Gemfile.lock
37
36
  - LICENSE
38
37
  - README.md
39
38
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,48 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- draggabilly-rails (1.1.1)
5
- railties (>= 3.1.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionpack (4.1.8)
11
- actionview (= 4.1.8)
12
- activesupport (= 4.1.8)
13
- rack (~> 1.5.2)
14
- rack-test (~> 0.6.2)
15
- actionview (4.1.8)
16
- activesupport (= 4.1.8)
17
- builder (~> 3.1)
18
- erubis (~> 2.7.0)
19
- activesupport (4.1.8)
20
- i18n (~> 0.6, >= 0.6.9)
21
- json (~> 1.7, >= 1.7.7)
22
- minitest (~> 5.1)
23
- thread_safe (~> 0.1)
24
- tzinfo (~> 1.1)
25
- builder (3.2.2)
26
- erubis (2.7.0)
27
- i18n (0.6.11)
28
- json (1.8.1)
29
- minitest (5.4.3)
30
- rack (1.5.2)
31
- rack-test (0.6.2)
32
- rack (>= 1.0)
33
- railties (4.1.8)
34
- actionpack (= 4.1.8)
35
- activesupport (= 4.1.8)
36
- rake (>= 0.8.7)
37
- thor (>= 0.18.1, < 2.0)
38
- rake (10.3.2)
39
- thor (0.19.1)
40
- thread_safe (0.3.4)
41
- tzinfo (1.2.2)
42
- thread_safe (~> 0.1)
43
-
44
- PLATFORMS
45
- ruby
46
-
47
- DEPENDENCIES
48
- draggabilly-rails!