phrase 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- phrase (0.3.1)
4
+ phrase (0.3.3)
5
5
  activesupport (~> 3.0)
6
6
  addressable (~> 2.2.8)
7
7
  colorize
data/README.md CHANGED
@@ -4,4 +4,4 @@ Powerful in-place translation management for your web applications.
4
4
 
5
5
  ## More Information
6
6
 
7
- https://phraseapp.com
7
+ https://phraseapp.com
@@ -15,7 +15,7 @@ private
15
15
  print_message <<USAGE
16
16
  usage: phrase <command> [<args>]
17
17
 
18
- phrase init --secret=<YOUR SECRET> --default-locale=<DEFAULT LOCALE>
18
+ phrase init --secret=<YOUR SECRET> --default-locale=<DEFAULT LOCALE, e.g. en> --format=<FORMAT, e.g. yml> --target-directory=<TARGET, default is ./phrase/locales/>
19
19
 
20
20
  phrase push FILE [--tags=<tags>] [--locale=<locale>]
21
21
  phrase push DIRECTORY [--tags=<tags>] [--locale=<locale>]
@@ -25,4 +25,4 @@ usage: phrase <command> [<args>]
25
25
  phrase --version
26
26
  USAGE
27
27
  end
28
- end
28
+ end
@@ -15,7 +15,6 @@ class Phrase::Tool::Options
15
15
  secret: "",
16
16
  default_locale: "en",
17
17
  domain: "phrase",
18
- default_target: nil,
19
18
  format: nil,
20
19
  locale_filename: nil,
21
20
  locale_directory: nil,
@@ -1,3 +1,3 @@
1
1
  module Phrase
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phrase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: