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.
Files changed (4) hide show
  1. data/Gemfile.lock +1 -1
  2. data/jason.gemspec +1 -1
  3. data/lib/version.rb +1 -1
  4. metadata +2 -2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jason-orm (0.3)
4
+ jason-orm (0.3.2)
5
5
  activesupport
6
6
  require_relative
7
7
 
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Jason
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
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.1
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: []