smartdict-gtk 0.1.0 → 0.1.1
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/VERSION +1 -0
- metadata +4 -3
data/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.1.1
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smartdict-gtk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-06-
|
|
12
|
+
date: 2012-06-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: smartdict-core
|
|
@@ -200,6 +200,7 @@ files:
|
|
|
200
200
|
- ./lib/smartdict/gui/word_entry.rb
|
|
201
201
|
- ./lib/smartdict/gui/word_list.rb
|
|
202
202
|
- GPL-LICENSE.txt
|
|
203
|
+
- VERSION
|
|
203
204
|
- README.markdown
|
|
204
205
|
- !binary |-
|
|
205
206
|
YmluL3NtYXJ0ZGljdC1ndGs=
|
|
@@ -224,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
224
225
|
version: '0'
|
|
225
226
|
requirements: []
|
|
226
227
|
rubyforge_project:
|
|
227
|
-
rubygems_version: 1.8.
|
|
228
|
+
rubygems_version: 1.8.21
|
|
228
229
|
signing_key:
|
|
229
230
|
specification_version: 3
|
|
230
231
|
summary: GTK GUI for Smartdict dictionary
|