techcor 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ end
8
8
 
9
9
  desc "Creates bunch of test data in database"
10
10
  task :seed do
11
- require_relative 'db/seed'
11
+ require './db/seed'
12
12
  Techcor::Seed.seed
13
13
  end
14
14
 
data/config/mongoid.yml CHANGED
@@ -22,8 +22,10 @@ production:
22
22
  sessions:
23
23
  default:
24
24
  hosts:
25
- - localhost:27017
26
- database: tc_production
25
+ - flame.mongohq.com:27048
26
+ database: app5538187
27
+ username: heroku
28
+ password: heroku
27
29
  logger: false
28
30
  options:
29
31
  raise_not_found_error: false
@@ -1,4 +1,5 @@
1
+ require 'techcor/version'
1
2
  class TechcorCli
2
3
  program_desc 'Command Line Interface for Technical Coordination'
3
- version '0.0.1'
4
+ version Techcor::Version::STRING
4
5
  end
@@ -1,8 +1,8 @@
1
- class Techcor
1
+ module Techcor
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 6
5
+ PATCH = 7
6
6
 
7
7
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: techcor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -298,7 +298,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
298
298
  version: '0'
299
299
  segments:
300
300
  - 0
301
- hash: -380971306218558946
301
+ hash: 446581622565084033
302
302
  required_rubygems_version: !ruby/object:Gem::Requirement
303
303
  none: false
304
304
  requirements: