jason-orm 0.3.1 → 0.3.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.
- data/Gemfile.lock +1 -1
- data/jason.gemspec +1 -1
- data/lib/version.rb +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
data/jason.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = Jason::VERSION
|
|
8
8
|
s.authors = ["Daniel Schmidt"]
|
|
9
9
|
s.email = ["dsci@code79.net"]
|
|
10
|
-
s.homepage = ""
|
|
10
|
+
s.homepage = "https://github.com/dsci/Jason"
|
|
11
11
|
s.summary = %q{JSON persistence framework}
|
|
12
12
|
s.description = %q{A persistence framework based on json files.}
|
|
13
13
|
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jason-orm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -137,7 +137,7 @@ files:
|
|
|
137
137
|
- spec/persistence/persistence_spec.rb
|
|
138
138
|
- spec/relation/relation_spec.rb
|
|
139
139
|
- spec/spec_helper.rb
|
|
140
|
-
homepage:
|
|
140
|
+
homepage: https://github.com/dsci/Jason
|
|
141
141
|
licenses: []
|
|
142
142
|
post_install_message:
|
|
143
143
|
rdoc_options: []
|