activeadmin-select2 0.1.0 → 0.1.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: 18e931166f5d8befabde7031577a8bd68774f5d7
4
- data.tar.gz: c4129043e0fadff790bc28bf3798f7683b5b6b02
3
+ metadata.gz: a3de590c874e6d0a21ef2c477ecd8dc0e32fec44
4
+ data.tar.gz: 41ef02ffbb53c5349f26d017fe28abb5c1a85f71
5
5
  SHA512:
6
- metadata.gz: f20dbf621013a836739b5ca65d24736c9c5950fd037dd3566a837f53ae3f3625e1c360fbaa06b5fcc24d90453cd20e3f27378d7fa215ac8de92dd9570fd3da03
7
- data.tar.gz: bfc41485a68155c1c89673332e605fcdac5e1816686a035543da58084c044d532ae3576ffe9efcaa2d3f2d72a891400de5256a9c6e0273300ec67c4cb79b5670
6
+ metadata.gz: 988caba29ec829bbcbe17f43aa43c52497c969496af7dae4951c8934b01c59cc88a348350328c2e960fca534e8f23ad506377bf8210508ec93fa03dba03d0cb7
7
+ data.tar.gz: 28acd6961a7e767527ad970b997d83ad02c3d8d786d98a74cd4ce90a4f5aa0c361bc4431297f1c4fc0268538824dc9059ac19b9e080cc3775516e747d6ad1a37
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  .ruby-version
2
2
  .ruby-gemset
3
+ Gemfile.lock
3
4
  /pkg/*
@@ -1,5 +1,5 @@
1
1
  require 'activeadmin/select2'
2
2
 
3
- require 'activeadmin/inputs/filter_select_input'
3
+ require 'activeadmin/inputs/filter_select2_multiple_input'
4
4
  require 'formtastic/inputs/select2_input'
5
5
 
@@ -1,5 +1,5 @@
1
1
  module ActiveAdmin
2
2
  module Select2
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin-select2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Fairburn
@@ -89,7 +89,6 @@ extra_rdoc_files: []
89
89
  files:
90
90
  - .gitignore
91
91
  - Gemfile
92
- - Gemfile.lock
93
92
  - LICENSE.txt
94
93
  - README.md
95
94
  - Rakefile
@@ -1,146 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- activeadmin-select2 (0.1.0)
5
- activeadmin
6
- jquery-rails
7
- select2-rails
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- actionmailer (3.2.18)
13
- actionpack (= 3.2.18)
14
- mail (~> 2.5.4)
15
- actionpack (3.2.18)
16
- activemodel (= 3.2.18)
17
- activesupport (= 3.2.18)
18
- builder (~> 3.0.0)
19
- erubis (~> 2.7.0)
20
- journey (~> 1.0.4)
21
- rack (~> 1.4.5)
22
- rack-cache (~> 1.2)
23
- rack-test (~> 0.6.1)
24
- sprockets (~> 2.2.1)
25
- activeadmin (0.6.3)
26
- arbre (~> 1.0)
27
- bourbon (>= 1.0.0, < 4)
28
- devise (>= 1.5.4, < 4, != 2.2.2, != 2.2.1, != 2.2.0, != 2.1.2, != 2.1.1, != 2.1.0, != 2.0.4, != 2.0.3, != 2.0.2, != 2.0.1, != 2.0.0)
29
- formtastic (~> 2.0)
30
- inherited_resources (~> 1.3)
31
- jquery-rails (>= 1.0.0, < 3)
32
- kaminari (~> 0.13, != 0.15.0)
33
- meta_search (~> 1.0)
34
- rails (>= 3.0.0, < 4)
35
- sass (~> 3.1)
36
- activemodel (3.2.18)
37
- activesupport (= 3.2.18)
38
- builder (~> 3.0.0)
39
- activerecord (3.2.18)
40
- activemodel (= 3.2.18)
41
- activesupport (= 3.2.18)
42
- arel (~> 3.0.2)
43
- tzinfo (~> 0.3.29)
44
- activeresource (3.2.18)
45
- activemodel (= 3.2.18)
46
- activesupport (= 3.2.18)
47
- activesupport (3.2.18)
48
- i18n (~> 0.6, >= 0.6.4)
49
- multi_json (~> 1.0)
50
- arbre (1.0.1)
51
- activesupport (>= 3.0.0)
52
- arel (3.0.3)
53
- bcrypt (3.1.7)
54
- bourbon (3.2.3)
55
- sass (~> 3.2)
56
- thor
57
- builder (3.0.4)
58
- devise (3.2.4)
59
- bcrypt (~> 3.0)
60
- orm_adapter (~> 0.1)
61
- railties (>= 3.2.6, < 5)
62
- thread_safe (~> 0.1)
63
- warden (~> 1.2.3)
64
- erubis (2.7.0)
65
- formtastic (2.2.1)
66
- actionpack (>= 3.0)
67
- has_scope (0.5.1)
68
- hike (1.2.3)
69
- i18n (0.6.9)
70
- inherited_resources (1.4.0)
71
- has_scope (~> 0.5.0)
72
- responders (~> 0.9)
73
- journey (1.0.4)
74
- jquery-rails (2.3.0)
75
- railties (>= 3.0, < 5.0)
76
- thor (>= 0.14, < 2.0)
77
- json (1.8.1)
78
- kaminari (0.15.1)
79
- actionpack (>= 3.0.0)
80
- activesupport (>= 3.0.0)
81
- mail (2.5.4)
82
- mime-types (~> 1.16)
83
- treetop (~> 1.4.8)
84
- meta_search (1.1.3)
85
- actionpack (~> 3.1)
86
- activerecord (~> 3.1)
87
- activesupport (~> 3.1)
88
- polyamorous (~> 0.5.0)
89
- mime-types (1.25.1)
90
- multi_json (1.10.1)
91
- orm_adapter (0.5.0)
92
- polyamorous (0.5.0)
93
- activerecord (~> 3.0)
94
- polyglot (0.3.5)
95
- rack (1.4.5)
96
- rack-cache (1.2)
97
- rack (>= 0.4)
98
- rack-ssl (1.3.4)
99
- rack
100
- rack-test (0.6.2)
101
- rack (>= 1.0)
102
- rails (3.2.18)
103
- actionmailer (= 3.2.18)
104
- actionpack (= 3.2.18)
105
- activerecord (= 3.2.18)
106
- activeresource (= 3.2.18)
107
- activesupport (= 3.2.18)
108
- bundler (~> 1.0)
109
- railties (= 3.2.18)
110
- railties (3.2.18)
111
- actionpack (= 3.2.18)
112
- activesupport (= 3.2.18)
113
- rack-ssl (~> 1.3.2)
114
- rake (>= 0.8.7)
115
- rdoc (~> 3.4)
116
- thor (>= 0.14.6, < 2.0)
117
- rake (10.3.2)
118
- rdoc (3.12.2)
119
- json (~> 1.4)
120
- responders (0.9.3)
121
- railties (~> 3.1)
122
- sass (3.3.8)
123
- select2-rails (3.5.7)
124
- thor (~> 0.14)
125
- sprockets (2.2.2)
126
- hike (~> 1.2)
127
- multi_json (~> 1.0)
128
- rack (~> 1.0)
129
- tilt (~> 1.1, != 1.3.0)
130
- thor (0.19.1)
131
- thread_safe (0.3.4)
132
- tilt (1.4.1)
133
- treetop (1.4.15)
134
- polyglot
135
- polyglot (>= 0.3.1)
136
- tzinfo (0.3.39)
137
- warden (1.2.3)
138
- rack (>= 1.0)
139
-
140
- PLATFORMS
141
- ruby
142
-
143
- DEPENDENCIES
144
- activeadmin-select2!
145
- bundler (~> 1.5)
146
- rake