reservation 0.0.2 → 0.0.3

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.
@@ -1,3 +1,3 @@
1
1
  module Reservation
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -9,6 +9,7 @@ Gem::Specification.new do |gem|
9
9
  gem.name = "reservation"
10
10
  gem.version = Reservation::VERSION
11
11
  gem.authors = ["Conan Dalton"]
12
+ gem.license = 'MIT'
12
13
  gem.email = ["conan@conandalton.net"]
13
14
  gem.description = %q{A very basic reservation system using ActiveRecord}
14
15
  gem.summary = %q{A very basic reservation system using ActiveRecord}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reservation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-12 00:00:00.000000000 Z
12
+ date: 2013-07-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -178,7 +178,8 @@ files:
178
178
  - spec/models/schedule/weekly_spec.rb
179
179
  - spec/spec_helper.rb
180
180
  homepage: http://github.com/conanite/reservation
181
- licenses: []
181
+ licenses:
182
+ - MIT
182
183
  post_install_message:
183
184
  rdoc_options: []
184
185
  require_paths: