web_translate_it 1.7.1.2 → 1.7.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/history.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## Version 1.7.1.3 / 2011-01-13
2
+
3
+ * Fix: Bug in `wti add`
4
+
1
5
  ## Version 1.7.1.2 / 2011-01-13
2
6
 
3
7
  * Fix: server timeout handling on `wti addlocale`
@@ -14,7 +14,7 @@ module WebTranslateIt
14
14
 
15
15
  attr_accessor :id, :file_path, :locale, :api_key, :updated_at
16
16
 
17
- def initialize(id, file_path, locale, api_key, updated_at)
17
+ def initialize(id, file_path, locale, api_key, updated_at = nil)
18
18
  self.id = id
19
19
  self.file_path = file_path
20
20
  self.locale = locale
data/version.yml CHANGED
@@ -2,4 +2,4 @@
2
2
  :major: 1
3
3
  :minor: 7
4
4
  :tiny: 1
5
- :patch: 2
5
+ :patch: 3
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web_translate_it
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 101
4
5
  prerelease: false
5
6
  segments:
6
7
  - 1
7
8
  - 7
8
9
  - 1
9
- - 2
10
- version: 1.7.1.2
10
+ - 3
11
+ version: 1.7.1.3
11
12
  platform: ruby
12
13
  authors:
13
14
  - "\xC3\x89douard Bri\xC3\xA8re"
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2011-01-13 00:00:00 +01:00
19
+ date: 2011-01-14 00:00:00 +01:00
19
20
  default_executable: wti
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency
@@ -26,6 +27,7 @@ dependencies:
26
27
  requirements:
27
28
  - - ~>
28
29
  - !ruby/object:Gem::Version
30
+ hash: 15
29
31
  segments:
30
32
  - 1
31
33
  - 0
@@ -40,6 +42,7 @@ dependencies:
40
42
  requirements:
41
43
  - - ~>
42
44
  - !ruby/object:Gem::Version
45
+ hash: 19
43
46
  segments:
44
47
  - 0
45
48
  - 1
@@ -55,6 +58,7 @@ dependencies:
55
58
  requirements:
56
59
  - - ~>
57
60
  - !ruby/object:Gem::Version
61
+ hash: 15
58
62
  segments:
59
63
  - 1
60
64
  - 0
@@ -69,6 +73,7 @@ dependencies:
69
73
  requirements:
70
74
  - - ">="
71
75
  - !ruby/object:Gem::Version
76
+ hash: 13
72
77
  segments:
73
78
  - 1
74
79
  - 2
@@ -133,6 +138,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
133
138
  requirements:
134
139
  - - ">="
135
140
  - !ruby/object:Gem::Version
141
+ hash: 3
136
142
  segments:
137
143
  - 0
138
144
  version: "0"
@@ -141,6 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
147
  requirements:
142
148
  - - ">="
143
149
  - !ruby/object:Gem::Version
150
+ hash: 3
144
151
  segments:
145
152
  - 0
146
153
  version: "0"