employer-activerecord 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ require 'employer-activerecord/version'
5
5
 
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "employer-activerecord"
8
- gem.version = Employer::Activerecord::VERSION
8
+ gem.version = Employer::ActiveRecord::VERSION
9
9
  gem.authors = ["Mark Kremer"]
10
10
  gem.email = ["mark@without-brains.net"]
11
11
  gem.summary = %q{ActiveRecord backend for Employer}
@@ -1,5 +1,5 @@
1
1
  module Employer
2
- module Activerecord
3
- VERSION = "0.1"
2
+ module ActiveRecord
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -1,7 +1,6 @@
1
1
  require "employer-activerecord/version"
2
2
 
3
3
  module Employer
4
- module Activerecord
5
- # Your code goes here...
4
+ module ActiveRecord
6
5
  end
7
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: employer-activerecord
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: