ui_bibz 1.2.5.2 → 1.2.5.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +41 -42
- data/lib/ui_bibz/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 692ff6765fee1f84245bafe38d3cc1a17ff949f9
|
4
|
+
data.tar.gz: 9a0eda351529adcbdb555204222166c17bc9909f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c0ec2a58207dfc9e1f4fec1e7e9344415ff8c068572cbd0dc8bf5b8a440455a58f1d28f3158899062bb8a3a5a88884c979cb16b0a4177a89fec94022ec7b054
|
7
|
+
data.tar.gz: f2793c6ac44e4002ffd67b0cdf7eee67f6168774f55c36e55df0230ed78f19413ef92484d28bd7dd917f39a43349d883883f53ebddac840f02907c0e39252ef9
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ui_bibz (1.2.5.
|
4
|
+
ui_bibz (1.2.5.3)
|
5
5
|
bootstrap-sass (~> 3.3.5)
|
6
6
|
font-awesome-sass
|
7
7
|
haml
|
@@ -15,59 +15,58 @@ PATH
|
|
15
15
|
GEM
|
16
16
|
remote: https://rubygems.org/
|
17
17
|
specs:
|
18
|
-
actionmailer (4.2.5.
|
19
|
-
actionpack (= 4.2.5.
|
20
|
-
actionview (= 4.2.5.
|
21
|
-
activejob (= 4.2.5.
|
18
|
+
actionmailer (4.2.5.2)
|
19
|
+
actionpack (= 4.2.5.2)
|
20
|
+
actionview (= 4.2.5.2)
|
21
|
+
activejob (= 4.2.5.2)
|
22
22
|
mail (~> 2.5, >= 2.5.4)
|
23
23
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
24
|
-
actionpack (4.2.5.
|
25
|
-
actionview (= 4.2.5.
|
26
|
-
activesupport (= 4.2.5.
|
24
|
+
actionpack (4.2.5.2)
|
25
|
+
actionview (= 4.2.5.2)
|
26
|
+
activesupport (= 4.2.5.2)
|
27
27
|
rack (~> 1.6)
|
28
28
|
rack-test (~> 0.6.2)
|
29
29
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
30
30
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
31
|
-
actionview (4.2.5.
|
32
|
-
activesupport (= 4.2.5.
|
31
|
+
actionview (4.2.5.2)
|
32
|
+
activesupport (= 4.2.5.2)
|
33
33
|
builder (~> 3.1)
|
34
34
|
erubis (~> 2.7.0)
|
35
35
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
36
36
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
37
|
-
activejob (4.2.5.
|
38
|
-
activesupport (= 4.2.5.
|
37
|
+
activejob (4.2.5.2)
|
38
|
+
activesupport (= 4.2.5.2)
|
39
39
|
globalid (>= 0.3.0)
|
40
|
-
activemodel (4.2.5.
|
41
|
-
activesupport (= 4.2.5.
|
40
|
+
activemodel (4.2.5.2)
|
41
|
+
activesupport (= 4.2.5.2)
|
42
42
|
builder (~> 3.1)
|
43
|
-
activerecord (4.2.5.
|
44
|
-
activemodel (= 4.2.5.
|
45
|
-
activesupport (= 4.2.5.
|
43
|
+
activerecord (4.2.5.2)
|
44
|
+
activemodel (= 4.2.5.2)
|
45
|
+
activesupport (= 4.2.5.2)
|
46
46
|
arel (~> 6.0)
|
47
|
-
activesupport (4.2.5.
|
47
|
+
activesupport (4.2.5.2)
|
48
48
|
i18n (~> 0.7)
|
49
49
|
json (~> 1.7, >= 1.7.7)
|
50
50
|
minitest (~> 5.1)
|
51
51
|
thread_safe (~> 0.3, >= 0.3.4)
|
52
52
|
tzinfo (~> 1.1)
|
53
53
|
arel (6.0.3)
|
54
|
-
autoprefixer-rails (6.3.1)
|
54
|
+
autoprefixer-rails (6.3.3.1)
|
55
55
|
execjs
|
56
|
-
json
|
57
56
|
awesome_print (1.6.1)
|
58
57
|
bootstrap-sass (3.3.6)
|
59
58
|
autoprefixer-rails (>= 5.2.1)
|
60
59
|
sass (>= 3.3.4)
|
61
60
|
builder (3.2.2)
|
62
|
-
codeclimate-test-reporter (0.
|
61
|
+
codeclimate-test-reporter (0.5.0)
|
63
62
|
simplecov (>= 0.7.1, < 1.0.0)
|
64
|
-
concurrent-ruby (1.0.
|
63
|
+
concurrent-ruby (1.0.1)
|
65
64
|
docile (1.1.5)
|
66
65
|
erubis (2.7.0)
|
67
66
|
execjs (2.6.0)
|
68
67
|
factory_girl (4.5.0)
|
69
68
|
activesupport (>= 3.0.0)
|
70
|
-
factory_girl_rails (4.
|
69
|
+
factory_girl_rails (4.6.0)
|
71
70
|
factory_girl (~> 4.5.0)
|
72
71
|
railties (>= 3.0.0)
|
73
72
|
font-awesome-sass (4.5.0)
|
@@ -93,7 +92,7 @@ GEM
|
|
93
92
|
nokogiri (>= 1.5.9)
|
94
93
|
mail (2.6.3)
|
95
94
|
mime-types (>= 1.16, < 3)
|
96
|
-
mime-types (2.99)
|
95
|
+
mime-types (2.99.1)
|
97
96
|
mini_portile2 (2.0.0)
|
98
97
|
minitest (5.8.4)
|
99
98
|
nokogiri (1.6.7.2)
|
@@ -101,16 +100,16 @@ GEM
|
|
101
100
|
rack (1.6.4)
|
102
101
|
rack-test (0.6.3)
|
103
102
|
rack (>= 1.0)
|
104
|
-
rails (4.2.5.
|
105
|
-
actionmailer (= 4.2.5.
|
106
|
-
actionpack (= 4.2.5.
|
107
|
-
actionview (= 4.2.5.
|
108
|
-
activejob (= 4.2.5.
|
109
|
-
activemodel (= 4.2.5.
|
110
|
-
activerecord (= 4.2.5.
|
111
|
-
activesupport (= 4.2.5.
|
103
|
+
rails (4.2.5.2)
|
104
|
+
actionmailer (= 4.2.5.2)
|
105
|
+
actionpack (= 4.2.5.2)
|
106
|
+
actionview (= 4.2.5.2)
|
107
|
+
activejob (= 4.2.5.2)
|
108
|
+
activemodel (= 4.2.5.2)
|
109
|
+
activerecord (= 4.2.5.2)
|
110
|
+
activesupport (= 4.2.5.2)
|
112
111
|
bundler (>= 1.3.0, < 2.0)
|
113
|
-
railties (= 4.2.5.
|
112
|
+
railties (= 4.2.5.2)
|
114
113
|
sprockets-rails
|
115
114
|
rails-deprecated_sanitizer (1.0.3)
|
116
115
|
activesupport (>= 4.2.0.alpha)
|
@@ -120,15 +119,15 @@ GEM
|
|
120
119
|
rails-deprecated_sanitizer (>= 1.0.1)
|
121
120
|
rails-html-sanitizer (1.0.3)
|
122
121
|
loofah (~> 2.0)
|
123
|
-
railties (4.2.5.
|
124
|
-
actionpack (= 4.2.5.
|
125
|
-
activesupport (= 4.2.5.
|
122
|
+
railties (4.2.5.2)
|
123
|
+
actionpack (= 4.2.5.2)
|
124
|
+
activesupport (= 4.2.5.2)
|
126
125
|
rake (>= 0.8.7)
|
127
126
|
thor (>= 0.18.1, < 2.0)
|
128
127
|
rake (10.5.0)
|
129
|
-
rdoc (4.2.
|
128
|
+
rdoc (4.2.2)
|
130
129
|
json (~> 1.4)
|
131
|
-
ruby_parser (3.
|
130
|
+
ruby_parser (3.8.1)
|
132
131
|
sexp_processor (~> 4.1)
|
133
132
|
sass (3.4.21)
|
134
133
|
sass-rails (5.0.4)
|
@@ -137,8 +136,8 @@ GEM
|
|
137
136
|
sprockets (>= 2.8, < 4.0)
|
138
137
|
sprockets-rails (>= 2.0, < 4.0)
|
139
138
|
tilt (>= 1.1, < 3)
|
140
|
-
sexp_processor (4.
|
141
|
-
simplecov (0.11.
|
139
|
+
sexp_processor (4.7.0)
|
140
|
+
simplecov (0.11.2)
|
142
141
|
docile (~> 1.1.0)
|
143
142
|
json (~> 1.8)
|
144
143
|
simplecov-html (~> 0.10.0)
|
@@ -146,7 +145,7 @@ GEM
|
|
146
145
|
sprockets (3.5.2)
|
147
146
|
concurrent-ruby (~> 1.0)
|
148
147
|
rack (> 1, < 3)
|
149
|
-
sprockets-rails (3.0.
|
148
|
+
sprockets-rails (3.0.3)
|
150
149
|
actionpack (>= 4.0)
|
151
150
|
activesupport (>= 4.0)
|
152
151
|
sprockets (>= 3.0.0)
|
@@ -174,4 +173,4 @@ DEPENDENCIES
|
|
174
173
|
ui_bibz!
|
175
174
|
|
176
175
|
BUNDLED WITH
|
177
|
-
1.
|
176
|
+
1.11.2
|
data/lib/ui_bibz/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ui_bibz
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.5.
|
4
|
+
version: 1.2.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thooams
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-01
|
11
|
+
date: 2016-03-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|