phrasing 3.2.4 → 3.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -8
- data/db/migrate/20131010101010_create_phrasing_phrase_versions.rb +1 -0
- data/lib/phrasing/version.rb +1 -1
- data/lib/tasks/phrasing_tasks.rake +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: 7beeef1b9f247721be61f1145d595bd4884a1e01
|
4
|
+
data.tar.gz: 9ee46ef1833200480b81dfbd828f730ccaae03f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 631d19be4a4d954a1107a655ef7dcf9f6eb404e25c87dfa99cccc7a3c1aa5fb3f0e5de51b9656593a073fbb407f02d4671fb81f17333c7c8ce19347a2d92eccb
|
7
|
+
data.tar.gz: a0db0d5598f7f6b554c7dd9179b581fb737432dbe0550fdb501315ceb86c36cc89fa8c01b87ff7292c6acdb97776af7e8bcb7cf260ae466aecc8e6948db26433
|
data/CHANGELOG.md
CHANGED
@@ -1,14 +1,18 @@
|
|
1
|
-
# Change Log
|
1
|
+
# Phrasing Change Log
|
2
2
|
|
3
|
-
##
|
3
|
+
## 3.2.5 (June 17th, 2014)
|
4
|
+
|
5
|
+
Added index for phrasing_phrase_id in versions table.
|
6
|
+
|
7
|
+
## 3.2.4 (May 8th, 2014)
|
4
8
|
|
5
9
|
Changed InlineHelper#phrasing_polymorphic_url to use rails path helper.
|
6
10
|
|
7
|
-
##
|
11
|
+
## 3.2.3 (March 3rd, 2014)
|
8
12
|
|
9
13
|
Exctracted import/export functionality to Phrasing::Serializer. Importer now accepts nested yaml files, just like the ones from /config/locales.
|
10
14
|
|
11
|
-
##
|
15
|
+
## 3.2.2 (Feb 19th, 2014)
|
12
16
|
|
13
17
|
Scope option for phrases added:
|
14
18
|
|
@@ -20,15 +24,14 @@ Change in generated migration file:
|
|
20
24
|
|
21
25
|
Change in PhrasingPhrasesController#index:
|
22
26
|
|
23
|
-
Fix order clause so it runs on Rails 3.2 and MySQL
|
27
|
+
Fix order clause so it runs on Rails 3.2 and MySQL
|
24
28
|
|
25
|
-
##
|
29
|
+
## 3.2.1 (Jan 29th, 2014)
|
26
30
|
|
27
31
|
Created PhrasingPhrase.search_i18n_and_create_phrase for proper lookup of translations in config/locales.
|
28
32
|
|
29
|
-
##
|
33
|
+
## 3.2.0 (Jan 16th, 2014)
|
30
34
|
|
31
35
|
New design for edit mode bubble.
|
32
36
|
|
33
37
|
Non breaking IE9 javascript fix.
|
34
|
-
|
data/lib/phrasing/version.rb
CHANGED
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.2.
|
4
|
+
version: 3.2.5
|
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: 2014-
|
12
|
+
date: 2014-07-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|