web_translate_it 1.7.2.0 → 1.7.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/history.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Version 1.7.2.1 / 2011-03-31
2
+
3
+ * Bug fix: `wti init` fails when configuration file doesn’t exist.
4
+ * Add Gemfile for using `web_translate_it` with Bundler.
5
+
1
6
  ## Version 1.7.2.0 / 2011-03-10
2
7
 
3
8
  * Deprecate `wti autoconf` in favour of `wti init`.
@@ -7,7 +7,7 @@ module WebTranslateIt
7
7
  def initialize(command, command_options, global_options, parameters, project_path)
8
8
  self.command_options = command_options
9
9
  self.parameters = parameters
10
- self.configuration = WebTranslateIt::Configuration.new(project_path, global_options.config)
10
+ self.configuration = WebTranslateIt::Configuration.new(project_path, global_options.config) unless command == 'init'
11
11
  self.send(command)
12
12
  end
13
13
 
data/version.yml CHANGED
@@ -2,4 +2,4 @@
2
2
  :major: 1
3
3
  :minor: 7
4
4
  :tiny: 2
5
- :patch: 0
5
+ :patch: 1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web_translate_it
3
3
  version: !ruby/object:Gem::Version
4
- hash: 111
4
+ hash: 109
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
9
  - 2
10
- - 0
11
- version: 1.7.2.0
10
+ - 1
11
+ version: 1.7.2.1
12
12
  platform: ruby
13
13
  authors:
14
14
  - "\xC3\x89douard Bri\xC3\xA8re"
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-03-10 00:00:00 +01:00
19
+ date: 2011-03-31 00:00:00 +02:00
20
20
  default_executable: wti
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency