opentie-core 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd92d9070b479c751c0f083491ad3bf836a37d48
4
- data.tar.gz: 7272746f16dd0b29a1474253bb8ea0efb08aa5d9
3
+ metadata.gz: 4ca87fe5396394815694efca411754612c8fb1f3
4
+ data.tar.gz: 9f7f3449ec017231757085140ea2477cc8242fcc
5
5
  SHA512:
6
- metadata.gz: 1c26ac4c207ddf06014373f71cf8efb891da1f397d6dd5cd011424df503943e31ad954bf277ba2b7a46b1b142012caf5c4fa1c20df8a130d442b014b477ef695
7
- data.tar.gz: dd94fbc9c6d167bd057c0b928e84ee46f04a9b16cd0b81e74bd083cf2bac05e9e9708277704e3700edace17e2c8635700df3afd8347a3d6a71df860a63b471b4
6
+ metadata.gz: f8b018d0d9ca87703c7c7dd0bc4a096b68ca596df14831babafe83b5ecfdcb31851851125aff15a87262068f1a25df9db037979ff6c708c6d5a1d309e417a8f2
7
+ data.tar.gz: 5f8d73ffcc826da86933a2331722cc7ebe260b822baab1fdcb2811eefeb0167741f03e2ba857235813388cb5441d20fdbf35b20d4fe966c3f938e6fba144607c
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Opentie::Core
1
+ # Opentie::Core [![Circle CI](https://circleci.com/gh/opentie/opentie-core.svg?style=svg)](https://circleci.com/gh/opentie/opentie-core)
2
2
 
3
3
  opentie core library
4
4
 
data/circle.yml ADDED
@@ -0,0 +1,3 @@
1
+ dependencies:
2
+ pre:
3
+ - gem install bundler --pre
@@ -1,6 +1,9 @@
1
+ require 'mongoid'
2
+
1
3
  module Opentie
2
4
  module Core
3
5
  class Group
6
+ include Mongoid::Document
4
7
  end
5
8
  end
6
9
  end
@@ -1,5 +1,5 @@
1
1
  module Opentie
2
2
  module Core
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentie-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - polamjag
@@ -107,6 +107,7 @@ files:
107
107
  - LICENSE.txt
108
108
  - README.md
109
109
  - Rakefile
110
+ - circle.yml
110
111
  - lib/opentie/core.rb
111
112
  - lib/opentie/core/bureau.rb
112
113
  - lib/opentie/core/group.rb