phrasing 2.1.2 → 2.1.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 9f13fb0cd87e6860a842769f744435f3098c363b
|
4
|
+
data.tar.gz: d7722faba823f51a180358ee67dc3c79db503fe4
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: ed3b021e2a2f0718b0aac8b825dfacd8b46b7dd03908b30e30d2180d16c5c56d0d1db0fafa9d98299cb2808163d72af85f1678e42d00d3b68f47437b0c68f5c4
|
7
|
+
data.tar.gz: 830f58d0f02508ab970a860503cf0f2fb9740c63cb2be6e2396e2bbaebf22c8577e0e74eba0b585189972e72fca10466dae9ad157b30fd6c8d354ae1c9d65b7c
|
@@ -142,8 +142,7 @@ var phrasing_setup = function(){
|
|
142
142
|
}
|
143
143
|
|
144
144
|
// Information icon for the edit mode bubble
|
145
|
-
|
146
|
-
$('#phrasing-info-icon-container, #phrasing-info-container').on('click',function(){
|
145
|
+
$('#phrasing-info-icon-container, #phrasing-info-container').off().on('click',function(){
|
147
146
|
if($('#phrasing-info-container').is(':visible')){
|
148
147
|
$('#phrasing-edit-mode-bubble').animate({height: 180}, 200, function(){
|
149
148
|
$('#phrasing-info-container').hide()
|
@@ -156,4 +155,4 @@ var phrasing_setup = function(){
|
|
156
155
|
};
|
157
156
|
|
158
157
|
$(document).ready(phrasing_setup)
|
159
|
-
$(document).on('page:load', phrasing_setup)
|
158
|
+
$(document).on('page:load', phrasing_setup)
|
@@ -8,6 +8,8 @@
|
|
8
8
|
bottom:10px;
|
9
9
|
right:10px;
|
10
10
|
z-index: 1000;
|
11
|
+
font-family: Arial, Helvetica, sans-serif;
|
12
|
+
font-size:14px;
|
11
13
|
|
12
14
|
-webkit-border-radius: 20px;
|
13
15
|
-moz-border-radius: 20px;
|
@@ -91,8 +93,11 @@
|
|
91
93
|
// background-color: black;
|
92
94
|
text-align: center;
|
93
95
|
font-weight: bold;
|
94
|
-
a
|
95
|
-
|
96
|
+
a{
|
97
|
+
color: #0088cc;
|
98
|
+
&:hover{
|
99
|
+
text-decoration: none;
|
100
|
+
}
|
96
101
|
}
|
97
102
|
}
|
98
103
|
|
@@ -112,6 +117,10 @@
|
|
112
117
|
font-size:12px;
|
113
118
|
line-height:14px;
|
114
119
|
}
|
120
|
+
color: #8c8c8c;
|
121
|
+
&.phrasing-info-visible{
|
122
|
+
display:block;
|
123
|
+
}
|
115
124
|
}
|
116
125
|
|
117
126
|
}
|
@@ -18,7 +18,7 @@
|
|
18
18
|
#phrasing-spinner
|
19
19
|
%p No changes made.
|
20
20
|
#view-all-phrases
|
21
|
-
%p= link_to "All phrases", phrasing_phrases_path
|
21
|
+
%p= link_to "All phrases", phrasing_phrases_path, data: { no_turbolink: true }
|
22
22
|
#phrasing-info-icon-container
|
23
23
|
= image_tag "phrasing_information_icon.png", class: "phrasing-info-icon"
|
24
24
|
#phrasing-info-container
|
data/lib/phrasing/version.rb
CHANGED
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phrasing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
5
|
-
prerelease:
|
4
|
+
version: 2.1.3
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Tomislav Car
|
@@ -10,54 +9,48 @@ authors:
|
|
10
9
|
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date: 2013-10-
|
12
|
+
date: 2013-10-22 00:00:00.000000000 Z
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: rails
|
17
16
|
requirement: !ruby/object:Gem::Requirement
|
18
|
-
none: false
|
19
17
|
requirements:
|
20
|
-
- -
|
18
|
+
- - '>='
|
21
19
|
- !ruby/object:Gem::Version
|
22
20
|
version: 3.1.0
|
23
21
|
type: :runtime
|
24
22
|
prerelease: false
|
25
23
|
version_requirements: !ruby/object:Gem::Requirement
|
26
|
-
none: false
|
27
24
|
requirements:
|
28
|
-
- -
|
25
|
+
- - '>='
|
29
26
|
- !ruby/object:Gem::Version
|
30
27
|
version: 3.1.0
|
31
28
|
- !ruby/object:Gem::Dependency
|
32
29
|
name: railties
|
33
30
|
requirement: !ruby/object:Gem::Requirement
|
34
|
-
none: false
|
35
31
|
requirements:
|
36
|
-
- -
|
32
|
+
- - '>='
|
37
33
|
- !ruby/object:Gem::Version
|
38
34
|
version: '3.1'
|
39
35
|
type: :runtime
|
40
36
|
prerelease: false
|
41
37
|
version_requirements: !ruby/object:Gem::Requirement
|
42
|
-
none: false
|
43
38
|
requirements:
|
44
|
-
- -
|
39
|
+
- - '>='
|
45
40
|
- !ruby/object:Gem::Version
|
46
41
|
version: '3.1'
|
47
42
|
- !ruby/object:Gem::Dependency
|
48
43
|
name: haml-rails
|
49
44
|
requirement: !ruby/object:Gem::Requirement
|
50
|
-
none: false
|
51
45
|
requirements:
|
52
|
-
- -
|
46
|
+
- - '>='
|
53
47
|
- !ruby/object:Gem::Version
|
54
48
|
version: '0'
|
55
49
|
type: :runtime
|
56
50
|
prerelease: false
|
57
51
|
version_requirements: !ruby/object:Gem::Requirement
|
58
|
-
none: false
|
59
52
|
requirements:
|
60
|
-
- -
|
53
|
+
- - '>='
|
61
54
|
- !ruby/object:Gem::Version
|
62
55
|
version: '0'
|
63
56
|
description: Phrasing!
|
@@ -108,26 +101,25 @@ files:
|
|
108
101
|
- phrasing.gemspec
|
109
102
|
homepage: http://github.com/infinum/phrasing
|
110
103
|
licenses: []
|
104
|
+
metadata: {}
|
111
105
|
post_install_message:
|
112
106
|
rdoc_options: []
|
113
107
|
require_paths:
|
114
108
|
- lib
|
115
109
|
required_ruby_version: !ruby/object:Gem::Requirement
|
116
|
-
none: false
|
117
110
|
requirements:
|
118
|
-
- -
|
111
|
+
- - '>='
|
119
112
|
- !ruby/object:Gem::Version
|
120
113
|
version: '0'
|
121
114
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
122
|
-
none: false
|
123
115
|
requirements:
|
124
|
-
- -
|
116
|
+
- - '>='
|
125
117
|
- !ruby/object:Gem::Version
|
126
118
|
version: '0'
|
127
119
|
requirements: []
|
128
120
|
rubyforge_project:
|
129
|
-
rubygems_version:
|
121
|
+
rubygems_version: 2.0.3
|
130
122
|
signing_key:
|
131
|
-
specification_version:
|
123
|
+
specification_version: 4
|
132
124
|
summary: Edit phrases inline for Rails applications!
|
133
125
|
test_files: []
|