phrasing 3.0.6 → 3.0.7

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: 4513515ac3d3993033d9046bea252645ff08615d
4
- data.tar.gz: 820d9d39332439b14ae2c00ff08c0fea3be047c8
3
+ metadata.gz: 6bce69927075c3a7c3bd243e6ff7994111e4ee03
4
+ data.tar.gz: 1c41f61d272fc346159a3b019d903cf7cead5d45
5
5
  SHA512:
6
- metadata.gz: f54103ea261171c0c5799ba6915e3f9ebbf9c53518ba13bda519a5f5fa3e3412ac6908ae0890b503cb9c246719fefef142e0e8bf07a8c324d401df18391e51c5
7
- data.tar.gz: 55d76d69922bd149db6fb8d477c471a97edf4b10f7b24687651708454c6c984ecacbdd81edf393f94524b46a767443635728d8d9b0054476bc2a762dbcf1a805
6
+ metadata.gz: d58ab7fc374bf419e1d6f954c678207fa041e8487541b8028ec1b5c3c7e3f755b17a281c0475de0fab14c0b9fccf6debe08942e2711d46d00b160986726f54e3
7
+ data.tar.gz: 8e1d806b376d0bb7e4b29a42b7cdc24e6c46f6d32b2ecfc43fec142b1c4f7b277791f1cf7504bc2ae54f627003a0d1d62f16413e951b73f8bd3b3c2fead2e597
data/README.md CHANGED
@@ -53,7 +53,7 @@ Include the required **javascript** file (most often in your application.js file
53
53
  Include the required **stylesheet** file (most often in your application.css file):
54
54
 
55
55
  ```css
56
- //= require phrasing
56
+ *= require phrasing
57
57
  ```
58
58
 
59
59
  ## How to use phrasing?
@@ -1,4 +1,10 @@
1
1
  #phrasing-edit-mode-bubble{
2
+ *, *:after, *:before{
3
+ webkit-box-sizing:content-box;
4
+ box-sizing:content-box;
5
+ }
6
+ webkit-box-sizing:content-box;
7
+ box-sizing:content-box;
2
8
  background: rgba(00,00,00, .7);
3
9
  color:white;
4
10
  border: 2px solid black;
@@ -20,7 +26,6 @@
20
26
  padding-top:10px;
21
27
  color:white;
22
28
  font-weight: bold;
23
- margin: 0 0 10px;
24
29
  }
25
30
 
26
31
  // On/Off Switch
@@ -91,11 +96,9 @@
91
96
 
92
97
  #view-all-phrases{
93
98
  margin-top:10px;
99
+ // background-color: black;
94
100
  text-align: center;
95
101
  font-weight: bold;
96
- p{
97
- margin:0px 0px 10px 0px;
98
- }
99
102
  a{
100
103
  color: #0088cc;
101
104
  &:hover{
@@ -119,7 +122,6 @@
119
122
  p{
120
123
  font-size:12px;
121
124
  line-height:14px;
122
- margin: 5px 0 10px 0;
123
125
  }
124
126
  color: #8c8c8c;
125
127
  &.phrasing-info-visible{
@@ -1,7 +1,7 @@
1
1
  class CreatePhrasingPhraseVersions < ActiveRecord::Migration
2
2
  def change
3
3
  create_table :phrasing_phrase_versions do |t|
4
- t.string :phrasing_phrase_id
4
+ t.integer :phrasing_phrase_id
5
5
  t.text :value
6
6
  t.timestamps
7
7
  end
@@ -1,3 +1,3 @@
1
1
  module Phrasing
2
- VERSION = "3.0.6"
2
+ VERSION = "3.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phrasing
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomislav Car
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-28 00:00:00.000000000 Z
12
+ date: 2013-12-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -227,7 +227,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
227
227
  version: '0'
228
228
  requirements: []
229
229
  rubyforge_project:
230
- rubygems_version: 2.1.5
230
+ rubygems_version: 2.0.3
231
231
  signing_key:
232
232
  specification_version: 4
233
233
  summary: Edit phrases inline for Rails applications!