opentie-core 0.0.4 → 0.0.5

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: 477ed24cea14be6af67f16259a8e03909771fa21
4
- data.tar.gz: d22cecd40f6cd4944b7a601519c7bed047d7c62a
3
+ metadata.gz: f8da3bbe8d51975c29f6648abbbbc23cb7444b28
4
+ data.tar.gz: cf15b23f156e6f8b54cec45e524cde37b36ac4ba
5
5
  SHA512:
6
- metadata.gz: 3436d24b08e00f14b3e37648bc13f30ee18cb940060c89b11c742c6182944c8442351621266c6123cd56c2acf88304ba1d10f9dd73c78359a8a984a473b45719
7
- data.tar.gz: 9ff25aaff9713caf275a122a958228c089623863a7b4562f61856c8db3e94cde8a8bfca103cf0e0beb3f20e2b9806c454a8249934faf7562f2079951a2d982c0
6
+ metadata.gz: c6a7c9430d8d1927cb870febf390ebe26077f622cc216b6ebe32d6615af0b6ebfdf246ecb76cb7fc21a2cf9f2c845893cd5db085242408be9f3b8ef4bc0dadd8
7
+ data.tar.gz: bb969c8f16a0b7ba3d9ee7b2a1a9735f007ece6fa1e9db6e1c86e57a7d29f9fc3eab2b794e62314997566fb46ae7b9179006c8bba646bb809d15ccd25bbc0a16
data/.travis.yml ADDED
@@ -0,0 +1,6 @@
1
+ language: ruby
2
+ install: bundle install
3
+ cache:
4
+ directories: vendor/bundle
5
+ script:
6
+ - "bundle exec rspec"
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Opentie::Core [![Circle CI](https://circleci.com/gh/opentie/opentie-core.svg?style=svg)](https://circleci.com/gh/opentie/opentie-core)
1
+ # Opentie::Core [![Circle CI](https://circleci.com/gh/opentie/opentie-core.svg?style=svg)](https://circleci.com/gh/opentie/opentie-core) [![Build Status](https://travis-ci.org/opentie/opentie-core.svg?branch=master)](https://travis-ci.org/opentie/opentie-core)
2
2
 
3
3
  opentie core library
4
4
 
@@ -20,7 +20,7 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- TODO: Write usage instructions here
23
+ See opentie-app ( https://github.com/opentie/opentie-app )
24
24
 
25
25
  ## Contributing
26
26
 
data/lib/opentie/core.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require "opentie/core/version"
2
+ require "opentie/core/account"
2
3
  require "opentie/core/group"
3
4
  require "opentie/core/project"
4
5
  require "opentie/core/bureau"
@@ -1,5 +1,5 @@
1
1
  module Opentie
2
2
  module Core
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
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.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - polamjag
@@ -116,6 +116,7 @@ extensions: []
116
116
  extra_rdoc_files: []
117
117
  files:
118
118
  - ".gitignore"
119
+ - ".travis.yml"
119
120
  - Gemfile
120
121
  - Guardfile
121
122
  - LICENSE.txt