phrasing 4.0.0rc13 → 4.0.0rc14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +0 -0
  3. data/.travis.yml +0 -0
  4. data/4.0.0_changes.md +0 -0
  5. data/CHANGELOG.md +0 -0
  6. data/Gemfile +0 -0
  7. data/MIT-LICENSE +0 -0
  8. data/README-3.md +0 -0
  9. data/README.md +0 -0
  10. data/Rakefile +0 -0
  11. data/Release_notes_version_4.md +0 -0
  12. data/app/assets/fonts/icomoon.dev.svg +0 -0
  13. data/app/assets/fonts/icomoon.eot +0 -0
  14. data/app/assets/fonts/icomoon.svg +0 -0
  15. data/app/assets/fonts/icomoon.ttf +0 -0
  16. data/app/assets/fonts/icomoon.woff +0 -0
  17. data/app/assets/images/phrasing_icon_edit_all.png +0 -0
  18. data/app/assets/javascripts/phrasing.js +0 -0
  19. data/app/assets/javascripts/phrasing_engine.js +0 -0
  20. data/app/assets/stylesheets/phrasing.scss +0 -0
  21. data/app/assets/stylesheets/phrasing_edit_mode_bubble.scss +0 -0
  22. data/app/assets/stylesheets/phrasing_engine.css +0 -0
  23. data/app/assets/stylesheets/phrasing_fonts.scss +0 -0
  24. data/app/controllers/phrasing_phrase_versions_controller.rb +0 -0
  25. data/app/controllers/phrasing_phrases_controller.rb +0 -0
  26. data/app/helpers/inline_helper.rb +2 -2
  27. data/app/models/phrasing_phrase.rb +0 -0
  28. data/app/models/phrasing_phrase_version.rb +0 -0
  29. data/app/views/layouts/phrasing.html.haml +0 -0
  30. data/app/views/phrasing/_initializer.html.haml +0 -0
  31. data/app/views/phrasing/_menu.html.haml +0 -0
  32. data/app/views/phrasing/_messages.html.haml +0 -0
  33. data/app/views/phrasing/_production_warning.html.haml +0 -0
  34. data/app/views/phrasing_phrases/edit.html.haml +0 -0
  35. data/app/views/phrasing_phrases/help.html.haml +0 -0
  36. data/app/views/phrasing_phrases/import_export.html.haml +0 -0
  37. data/app/views/phrasing_phrases/index.html.haml +0 -0
  38. data/config/routes.rb +0 -0
  39. data/lib/generators/phrasing/phrasing_generator.rb +0 -0
  40. data/lib/generators/phrasing/templates/app/helpers/phrasing_helper.rb +0 -0
  41. data/lib/generators/phrasing/templates/config/initializers/phrasing.rb +0 -0
  42. data/lib/generators/phrasing/templates/db/migrate/create_phrasing_phrase_versions.rb +0 -0
  43. data/lib/generators/phrasing/templates/db/migrate/create_phrasing_phrases.rb +0 -0
  44. data/lib/phrasing.rb +0 -0
  45. data/lib/phrasing/rails/engine.rb +0 -0
  46. data/lib/phrasing/serializer.rb +0 -0
  47. data/lib/phrasing/version.rb +1 -1
  48. data/phrasing.gemspec +0 -0
  49. data/spec/controllers/phrasing_phrases_controller.rb +0 -0
  50. data/spec/dummy/Rakefile +0 -0
  51. data/spec/dummy/app/assets/javascripts/application.js +0 -0
  52. data/spec/dummy/app/assets/stylesheets/application.scss +0 -0
  53. data/spec/dummy/app/controllers/application_controller.rb +0 -0
  54. data/spec/dummy/app/controllers/site_controller.rb +0 -0
  55. data/spec/dummy/app/helpers/application_helper.rb +0 -0
  56. data/spec/dummy/app/helpers/phrasing_helper.rb +0 -0
  57. data/spec/dummy/app/models/.gitkeep +0 -0
  58. data/spec/dummy/app/views/layouts/application.html.erb +0 -0
  59. data/spec/dummy/app/views/site/index.html.erb +0 -0
  60. data/spec/dummy/config.ru +0 -0
  61. data/spec/dummy/config/application.rb +0 -0
  62. data/spec/dummy/config/boot.rb +0 -0
  63. data/spec/dummy/config/database.yml +0 -0
  64. data/spec/dummy/config/environment.rb +0 -0
  65. data/spec/dummy/config/environments/development.rb +0 -0
  66. data/spec/dummy/config/environments/production.rb +0 -0
  67. data/spec/dummy/config/environments/test.rb +0 -0
  68. data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -0
  69. data/spec/dummy/config/initializers/inflections.rb +0 -0
  70. data/spec/dummy/config/initializers/mime_types.rb +0 -0
  71. data/spec/dummy/config/initializers/phrasing.rb +0 -0
  72. data/spec/dummy/config/initializers/secret_token.rb +0 -0
  73. data/spec/dummy/config/initializers/session_store.rb +0 -0
  74. data/spec/dummy/config/initializers/wrap_parameters.rb +0 -0
  75. data/spec/dummy/config/locales/en.yml +0 -0
  76. data/spec/dummy/config/routes.rb +0 -0
  77. data/spec/dummy/db/.gitkeep +0 -0
  78. data/spec/dummy/db/migrate/20131120000855_create_phrasing_phrases.phrasing_rails_engine.rb +0 -0
  79. data/spec/dummy/db/migrate/20131120000856_create_phrasing_phrase_versions.phrasing_rails_engine.rb +0 -0
  80. data/spec/dummy/db/test.sqlite3 +0 -0
  81. data/spec/dummy/public/404.html +0 -0
  82. data/spec/dummy/public/422.html +0 -0
  83. data/spec/dummy/public/500.html +0 -0
  84. data/spec/dummy/public/favicon.ico +0 -0
  85. data/spec/factories/phrasing_phrases.rb +0 -0
  86. data/spec/features/dummy_spec.rb +0 -0
  87. data/spec/features/phrasing_spec.rb +0 -0
  88. data/spec/lib/phrasing_serializer_spec.rb +0 -0
  89. data/spec/lib/phrasing_spec.rb +0 -0
  90. data/spec/models/phrasing_phrase_spec.rb +0 -0
  91. data/spec/spec_helper.rb +0 -0
  92. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 19f272e01b8479c89cc55ca2f20b74392785dd67
4
- data.tar.gz: f3586318de942a2b32a90e60632f656d4a84aa70
3
+ metadata.gz: 0b65fe7e7e01f0333d8b8ccf15155066a3f159d5
4
+ data.tar.gz: dfd04a8e7b78b499489695fc46a8f033ee05a19b
5
5
  SHA512:
6
- metadata.gz: a20bb68b0c0cb32fb188cfcda11ed106e43e0b4caaf0b9472cfe422150ebdde576a32c3818ac2a4a6aa1cf405ada9dec2d356476f1fbddcfe99ae5e6cb8059d5
7
- data.tar.gz: 156fb3ec15eb48a4d0ff22533d571d77a0b0d35e47441fa23025f9cee71d56774477fc1592b44cdc40e4da7be219ddd7161c6639715861d6a641deda144a7a1e
6
+ metadata.gz: 39a805e41b613e871ffc8c2502dfdf06225a5fc268b87b9bf5bbba1e8945f8405f11c78a60df7498a2d1eb021954913e0b697e7108b10337c2d4d7ffd3c5a233
7
+ data.tar.gz: 57d1cf20b19e7f259e5ad747086017029eb5b092ed88d0a829f877818ef7bf23afb2e5a993847440b3498f6c219e1fff517e355552e15a5e8871d798a8e3ee68
data/.gitignore CHANGED
File without changes
data/.travis.yml CHANGED
File without changes
data/4.0.0_changes.md CHANGED
File without changes
data/CHANGELOG.md CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/MIT-LICENSE CHANGED
File without changes
data/README-3.md CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -7,7 +7,7 @@ module InlineHelper
7
7
  def phrase(*args)
8
8
  if args[0].class.in? [String, Symbol]
9
9
  key, options = args[0].to_s, (args[1] || {})
10
- inline(extract_record(key, options), :value, options)
10
+ inline(phrasing_extract_record(key, options), :value, options)
11
11
  else
12
12
  record, attribute, options = args[0], args[1], args[2]
13
13
  inline(record, attribute, options || {})
@@ -30,7 +30,7 @@ module InlineHelper
30
30
  end
31
31
  end
32
32
 
33
- def extract_record(key, options = {})
33
+ def phrasing_extract_record(key, options = {})
34
34
  key = options[:scope] ? "#{options[:scope]}.#{key}" : key
35
35
  PhrasingPhrase.find_phrase(key)
36
36
  end
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/config/routes.rb CHANGED
File without changes
File without changes
data/lib/phrasing.rb CHANGED
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module Phrasing
2
- VERSION = "4.0.0rc13"
2
+ VERSION = "4.0.0rc14"
3
3
  end
data/phrasing.gemspec CHANGED
File without changes
File without changes
data/spec/dummy/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/spec/dummy/config.ru CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/spec/spec_helper.rb CHANGED
File without changes
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: 4.0.0rc13
4
+ version: 4.0.0rc14
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: 2016-02-01 00:00:00.000000000 Z
12
+ date: 2016-06-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails