smartdict-core 0.1.2 → 0.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/VERSION +1 -1
- data/lib/smartdict/drivers/lingvo_yandex_driver.rb +0 -1
- metadata +6 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.3
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smartdict-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
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-07-
|
|
12
|
+
date: 2012-07-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: dm-core
|
|
@@ -474,6 +474,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
474
474
|
- - ! '>='
|
|
475
475
|
- !ruby/object:Gem::Version
|
|
476
476
|
version: '0'
|
|
477
|
+
segments:
|
|
478
|
+
- 0
|
|
479
|
+
hash: 633951672401317732
|
|
477
480
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
478
481
|
none: false
|
|
479
482
|
requirements:
|
|
@@ -482,7 +485,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
482
485
|
version: '0'
|
|
483
486
|
requirements: []
|
|
484
487
|
rubyforge_project:
|
|
485
|
-
rubygems_version: 1.8.
|
|
488
|
+
rubygems_version: 1.8.21
|
|
486
489
|
signing_key:
|
|
487
490
|
specification_version: 3
|
|
488
491
|
summary: CLI dictionary
|