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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bc454994cd3c64964e8d727ddec70f1f5d14d3b6
4
- data.tar.gz: f98671cba114d1c1a384d637c45cca2782051053
3
+ metadata.gz: 7beeef1b9f247721be61f1145d595bd4884a1e01
4
+ data.tar.gz: 9ee46ef1833200480b81dfbd828f730ccaae03f4
5
5
  SHA512:
6
- metadata.gz: fed584391dc229399f7df23e618a72eee7f5fe3daad2d9e76613c4e31752b71b177f41b04378ee407abe020ff17e64223e0162ea67ec8b90aa7bdc5ed1c51b9c
7
- data.tar.gz: 198c42e44ffc4e00b61cb1eee870be5c26edcac904b0eb0228c046b50c376c9c3dd5b38b28e04078ba688b16413701e16c70b286a6dc49df17facd64d51e399b
6
+ metadata.gz: 631d19be4a4d954a1107a655ef7dcf9f6eb404e25c87dfa99cccc7a3c1aa5fb3f0e5de51b9656593a073fbb407f02d4671fb81f17333c7c8ce19347a2d92eccb
7
+ data.tar.gz: a0db0d5598f7f6b554c7dd9179b581fb737432dbe0550fdb501315ceb86c36cc89fa8c01b87ff7292c6acdb97776af7e8bcb7cf260ae466aecc8e6948db26433
@@ -1,14 +1,18 @@
1
- # Change Log
1
+ # Phrasing Change Log
2
2
 
3
- ## v3.2.4 (8th of May 2014)
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
- ## v3.2.3 (3rd of March 2014)
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
- ## v3.2.2 (19th of February 2014)
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
- ## v3.2.1 (29th of January 2014)
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
- ## v3.2.0 (16th of January 2014)
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
-
@@ -5,5 +5,6 @@ class CreatePhrasingPhraseVersions < ActiveRecord::Migration
5
5
  t.text :value
6
6
  t.timestamps
7
7
  end
8
+ add_index :phrasing_phrase_versions, :phrasing_phrase_id
8
9
  end
9
10
  end
@@ -1,3 +1,3 @@
1
1
  module Phrasing
2
- VERSION = "3.2.4"
2
+ VERSION = "3.2.5"
3
3
  end
@@ -41,7 +41,7 @@ namespace :phrasing do
41
41
  File.open(filepath, 'w') do |f|
42
42
  f << CONFIG_FILE
43
43
  end
44
- notice "created", " config/intiializers/phrasing.rb"
44
+ notice "created", " config/initializers/phrasing.rb"
45
45
  end
46
46
  end
47
47
 
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
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-05-08 00:00:00.000000000 Z
12
+ date: 2014-07-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails