roomer 1.0.0 → 1.0.1

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/.gitignore +1 -0
  2. data/README.md +1 -1
  3. data/lib/roomer/version.rb +1 -1
  4. metadata +5 -5
data/.gitignore CHANGED
@@ -8,3 +8,4 @@ test/tmp*
8
8
  tmp*
9
9
  test/rails_app/log*
10
10
  .rvmrc
11
+ tags
data/README.md CHANGED
@@ -41,8 +41,8 @@ After you've done the necessary config changes to the initializer, run the setup
41
41
  rails generate roomer:setup
42
42
  ```
43
43
 
44
- ### Running Migrations
45
44
 
45
+ ### Running Migrations
46
46
  #### Shared
47
47
 
48
48
  The setup will generate migrations under db/migrate/[shared_shema_name], by default it should be db/migrate/global. You need to run the shared migrations to setup the tenant tables
@@ -3,7 +3,7 @@ module Roomer
3
3
  unless defined? MAJOR
4
4
  MAJOR = 1
5
5
  MINOR = 0
6
- TINY = 0
6
+ TINY = 1
7
7
  PRE = nil
8
8
 
9
9
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roomer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-10-16 00:00:00.000000000 Z
13
+ date: 2013-01-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -60,7 +60,7 @@ dependencies:
60
60
  - - ~>
61
61
  - !ruby/object:Gem::Version
62
62
  version: 0.4.1
63
- description: roomer 1.0.0
63
+ description: roomer 1.0.1
64
64
  email:
65
65
  - gosuri@gmail.com
66
66
  - dceballos@gmail.com
@@ -189,7 +189,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
189
189
  version: '0'
190
190
  segments:
191
191
  - 0
192
- hash: 2764573444954838764
192
+ hash: 1931701798388976460
193
193
  required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  none: false
195
195
  requirements:
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
198
  version: '0'
199
199
  segments:
200
200
  - 0
201
- hash: 2764573444954838764
201
+ hash: 1931701798388976460
202
202
  requirements: []
203
203
  rubyforge_project:
204
204
  rubygems_version: 1.8.24