highland 0.0.1 → 0.0.2
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.
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: highland
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -43,8 +43,10 @@ dependencies:
|
|
|
43
43
|
- - ! '>='
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '0'
|
|
46
|
-
description:
|
|
47
|
-
|
|
46
|
+
description: HighlandDB is a lightweight NoSQL database for custom Ruby based applications.
|
|
47
|
+
It creates the database in the application directory, stores data in special highland
|
|
48
|
+
files and utilizes asymptotically efficient algorythms for working with existing
|
|
49
|
+
data.
|
|
48
50
|
email: maxim.makarochkin@gmail.com
|
|
49
51
|
executables:
|
|
50
52
|
- highland
|
|
@@ -59,7 +61,7 @@ files:
|
|
|
59
61
|
- lib/highland/environment.rb
|
|
60
62
|
- lib/highland/highland.rb
|
|
61
63
|
- README.md
|
|
62
|
-
homepage: http://github.com/
|
|
64
|
+
homepage: http://mac-r.github.com/highland
|
|
63
65
|
licenses: []
|
|
64
66
|
post_install_message:
|
|
65
67
|
rdoc_options: []
|