Sha256: 7d2d2f6f858d0b316fc00b3c7c6984dd393c4318a7a8dff39f2244b5f851f80a
Contents?: true
Size: 920 Bytes
Versions: 11
Compression:
Stored size: 920 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/nano_store/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Francis Chong"] gem.email = ["francis@ignition.hk"] gem.description = "Wrapper for NanoStore, a lightweight schema-less key-value document database based on sqlite, for RubyMotion." gem.summary = "Wrapper for NanoStore, a lightweight schema-less key-value document database based on sqlite, for RubyMotion." gem.homepage = "https://github.com/siuying/NanoStoreInMotion" gem.files = `git ls-files`.split($\) gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "nano-store" gem.require_paths = ["lib"] gem.version = NanoStore::VERSION gem.add_dependency 'bubble-wrap', '>= 0.1.1' gem.add_dependency 'motion-cocoapods', '>= 1.0.1' gem.add_development_dependency 'motion-redgreen' end
Version data entries
11 entries across 11 versions & 1 rubygems