swissmatch 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/swissmatch.rb +1 -1
  2. data/swissmatch.gemspec +1 -1
  3. metadata +1 -1
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- require 'swissmatch/active_record' if defined? ActiveRecord
5
+ require 'swissmatch/activerecord' if defined? ActiveRecord
6
6
  require 'swissmatch/directories'
7
7
  require 'swissmatch/location'
8
8
  require 'swissmatch/street'
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "swissmatch"
5
- s.version = "0.0.2"
5
+ s.version = "0.0.3"
6
6
  s.authors = "Stefan Rusterholz"
7
7
  s.email = "stefan.rusterholz@gmail.com"
8
8
  s.homepage = "http://github.com/apeiros/swissmatch"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swissmatch
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: