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.
Files changed (1) hide show
  1. metadata +6 -4
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.1
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: Simple database initially built as a default Ajaila database, which can
47
- be installed in less than a minute.
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/mac-r/highland
64
+ homepage: http://mac-r.github.com/highland
63
65
  licenses: []
64
66
  post_install_message:
65
67
  rdoc_options: []