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 +4 -4
- data/.travis.yml +6 -0
- data/README.md +2 -2
- data/lib/opentie/core.rb +1 -0
- data/lib/opentie/core/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8da3bbe8d51975c29f6648abbbbc23cb7444b28
|
4
|
+
data.tar.gz: cf15b23f156e6f8b54cec45e524cde37b36ac4ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6a7c9430d8d1927cb870febf390ebe26077f622cc216b6ebe32d6615af0b6ebfdf246ecb76cb7fc21a2cf9f2c845893cd5db085242408be9f3b8ef4bc0dadd8
|
7
|
+
data.tar.gz: bb969c8f16a0b7ba3d9ee7b2a1a9735f007ece6fa1e9db6e1c86e57a7d29f9fc3eab2b794e62314997566fb46ae7b9179006c8bba646bb809d15ccd25bbc0a16
|
data/.travis.yml
ADDED
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
|
-
|
23
|
+
See opentie-app ( https://github.com/opentie/opentie-app )
|
24
24
|
|
25
25
|
## Contributing
|
26
26
|
|
data/lib/opentie/core.rb
CHANGED
data/lib/opentie/core/version.rb
CHANGED
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
|
+
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
|