easy_admin_ui 0.7.5 → 0.7.6

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: 9e980461cdc7c927962f8740dcd4b75b0db28ff5
4
- data.tar.gz: 39672fac7dca49a625384454de42711e9c641133
3
+ metadata.gz: 5acb1cf9c5d736104eaf881a92f0634d8a868a76
4
+ data.tar.gz: ba4ad469ed7ff2349d8a5e9ccd571856c12cf533
5
5
  SHA512:
6
- metadata.gz: 931f98ebb01729c205bdf5ac06dd1d60d25bf90762b0f077d3c7ad88c7a6bf0bf003c71ddab02645b91565d735c39e2a278bda08a69eb42d1d53d34bee6ac7f2
7
- data.tar.gz: 7c81fc7541c06ae53c0c6eb3ba2427d5d85f02f0b94cc6370f2c37103a26afc46779ed7bd165030ff9ffb04823052a994e7e7c60a885a57cdb563a47a9702e36
6
+ metadata.gz: 5deb9f9e4814b472d4bc4b2dfeed635ea57178a874f3b36d760f85b208a0a5ab7f9fde97cf6f4e683c8616ef9a0ba76f4154da5d6b8424d37b9b077e106ce54d
7
+ data.tar.gz: 72367837dfa57d55559d906a740ff1859185e5c7b78356a195f2e72ed0e55f0f8178b86bf3c2d8ebb0ce37fc40f8c52c15e3d316879bd4154ddf721feaebcda8
data/Gemfile CHANGED
@@ -1,8 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
  gemspec
3
3
 
4
- gem "rake"
5
-
6
4
  group :test do
7
5
  gem "rspec", "~> 2.12"
8
6
  end
data/Gemfile.lock CHANGED
@@ -1,45 +1,43 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- easy_admin_ui (0.7.5)
5
- formtastic (>= 2.2.1)
4
+ easy_admin_ui (0.7.6)
6
5
  kaminari (>= 0.12.4)
7
6
  rails (>= 4.0.0)
8
7
 
9
8
  GEM
10
9
  remote: https://rubygems.org/
11
10
  specs:
12
- actionmailer (4.0.2)
13
- actionpack (= 4.0.2)
11
+ actionmailer (4.1.0)
12
+ actionpack (= 4.1.0)
13
+ actionview (= 4.1.0)
14
14
  mail (~> 2.5.4)
15
- actionpack (4.0.2)
16
- activesupport (= 4.0.2)
17
- builder (~> 3.1.0)
18
- erubis (~> 2.7.0)
15
+ actionpack (4.1.0)
16
+ actionview (= 4.1.0)
17
+ activesupport (= 4.1.0)
19
18
  rack (~> 1.5.2)
20
19
  rack-test (~> 0.6.2)
21
- activemodel (4.0.2)
22
- activesupport (= 4.0.2)
23
- builder (~> 3.1.0)
24
- activerecord (4.0.2)
25
- activemodel (= 4.0.2)
26
- activerecord-deprecated_finders (~> 1.0.2)
27
- activesupport (= 4.0.2)
28
- arel (~> 4.0.0)
29
- activerecord-deprecated_finders (1.0.3)
30
- activesupport (4.0.2)
31
- i18n (~> 0.6, >= 0.6.4)
32
- minitest (~> 4.2)
33
- multi_json (~> 1.3)
20
+ actionview (4.1.0)
21
+ activesupport (= 4.1.0)
22
+ builder (~> 3.1)
23
+ erubis (~> 2.7.0)
24
+ activemodel (4.1.0)
25
+ activesupport (= 4.1.0)
26
+ builder (~> 3.1)
27
+ activerecord (4.1.0)
28
+ activemodel (= 4.1.0)
29
+ activesupport (= 4.1.0)
30
+ arel (~> 5.0.0)
31
+ activesupport (4.1.0)
32
+ i18n (~> 0.6, >= 0.6.9)
33
+ json (~> 1.7, >= 1.7.7)
34
+ minitest (~> 5.1)
34
35
  thread_safe (~> 0.1)
35
- tzinfo (~> 0.3.37)
36
- arel (4.0.2)
37
- atomic (1.1.14)
36
+ tzinfo (~> 1.1)
37
+ arel (5.0.1.20140414130214)
38
38
  builder (3.1.4)
39
39
  diff-lcs (1.2.5)
40
40
  erubis (2.7.0)
41
- formtastic (2.2.1)
42
- actionpack (>= 3.0)
43
41
  geminabox (0.12.2)
44
42
  builder
45
43
  httpclient (>= 2.2.7)
@@ -48,6 +46,7 @@ GEM
48
46
  hike (1.2.3)
49
47
  httpclient (2.3.4.1)
50
48
  i18n (0.6.9)
49
+ json (1.8.1)
51
50
  kaminari (0.15.1)
52
51
  actionpack (>= 3.0.0)
53
52
  activesupport (>= 3.0.0)
@@ -55,26 +54,28 @@ GEM
55
54
  mime-types (~> 1.16)
56
55
  treetop (~> 1.4.8)
57
56
  mime-types (1.25.1)
58
- minitest (4.7.5)
59
- multi_json (1.8.4)
57
+ minitest (5.3.5)
58
+ multi_json (1.10.1)
60
59
  nesty (1.0.2)
61
- polyglot (0.3.3)
60
+ polyglot (0.3.5)
62
61
  rack (1.5.2)
63
62
  rack-protection (1.5.2)
64
63
  rack
65
64
  rack-test (0.6.2)
66
65
  rack (>= 1.0)
67
- rails (4.0.2)
68
- actionmailer (= 4.0.2)
69
- actionpack (= 4.0.2)
70
- activerecord (= 4.0.2)
71
- activesupport (= 4.0.2)
66
+ rails (4.1.0)
67
+ actionmailer (= 4.1.0)
68
+ actionpack (= 4.1.0)
69
+ actionview (= 4.1.0)
70
+ activemodel (= 4.1.0)
71
+ activerecord (= 4.1.0)
72
+ activesupport (= 4.1.0)
72
73
  bundler (>= 1.3.0, < 2.0)
73
- railties (= 4.0.2)
74
- sprockets-rails (~> 2.0.0)
75
- railties (4.0.2)
76
- actionpack (= 4.0.2)
77
- activesupport (= 4.0.2)
74
+ railties (= 4.1.0)
75
+ sprockets-rails (~> 2.0)
76
+ railties (4.1.0)
77
+ actionpack (= 4.1.0)
78
+ activesupport (= 4.1.0)
78
79
  rake (>= 0.8.7)
79
80
  thor (>= 0.18.1, < 2.0)
80
81
  rake (10.1.1)
@@ -90,23 +91,23 @@ GEM
90
91
  rack (~> 1.4)
91
92
  rack-protection (~> 1.4)
92
93
  tilt (~> 1.3, >= 1.3.4)
93
- sprockets (2.10.1)
94
+ sprockets (2.12.1)
94
95
  hike (~> 1.2)
95
96
  multi_json (~> 1.0)
96
97
  rack (~> 1.0)
97
98
  tilt (~> 1.1, != 1.3.0)
98
- sprockets-rails (2.0.1)
99
+ sprockets-rails (2.1.3)
99
100
  actionpack (>= 3.0)
100
101
  activesupport (>= 3.0)
101
102
  sprockets (~> 2.8)
102
- thor (0.18.1)
103
- thread_safe (0.1.3)
104
- atomic
103
+ thor (0.19.1)
104
+ thread_safe (0.3.4)
105
105
  tilt (1.4.1)
106
106
  treetop (1.4.15)
107
107
  polyglot
108
108
  polyglot (>= 0.3.1)
109
- tzinfo (0.3.38)
109
+ tzinfo (1.2.1)
110
+ thread_safe (~> 0.1)
110
111
 
111
112
  PLATFORMS
112
113
  ruby
data/README.md CHANGED
@@ -6,7 +6,7 @@ A very simple admin UI. If you need something more fancy look at ActiveScaffold.
6
6
 
7
7
  * Ruby >= 2.0
8
8
  * Rails 4.0 or later. (0.6.x works with 3.2.x)
9
- * formtastic
9
+ * formtastic 2.2.1 or higher (specify it in your Gemfile if needed)
10
10
  * kaminari
11
11
 
12
12
  Requires jQuery.
@@ -22,6 +22,5 @@ Gem::Specification.new do |spec|
22
22
  spec.add_development_dependency "geminabox"
23
23
 
24
24
  spec.add_dependency "kaminari", ">= 0.12.4"
25
- spec.add_dependency "formtastic", ">= 2.2.1"
26
25
  spec.add_dependency "rails", ">= 4.0.0"
27
26
  end
@@ -1,3 +1,3 @@
1
1
  module EasyAdminUi
2
- VERSION = '0.7.5'
2
+ VERSION = '0.7.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_admin_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.5
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Moen Wulffeld
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-16 00:00:00.000000000 Z
11
+ date: 2014-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,20 +66,6 @@ dependencies:
66
66
  - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: 0.12.4
69
- - !ruby/object:Gem::Dependency
70
- name: formtastic
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - '>='
74
- - !ruby/object:Gem::Version
75
- version: 2.2.1
76
- type: :runtime
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - '>='
81
- - !ruby/object:Gem::Version
82
- version: 2.2.1
83
69
  - !ruby/object:Gem::Dependency
84
70
  name: rails
85
71
  requirement: !ruby/object:Gem::Requirement