technologic 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/lib/technologic/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 187b1db9022e10b45b7c2a4099b7d127e62a191fa2d49926d4387931ba4b069b
|
4
|
+
data.tar.gz: 0b09500d339d09ed87dc8c66016a8ebe101dc8c5262334cb12f185739f1533e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29d3a7af10e4b6d34ec93892efccaf9a629ca553afb8bf3cb410ff4538a010cc1c3e398b1b868bb94b74e4569605528f07ce315d1fc34a664047609fd1220c4c
|
7
|
+
data.tar.gz: e831eefe5378ae7cb2656a730b442c86256851c022b0934c43088c7790116f616d0a34b806172752b269879f357523700a2bc80aa84265cc42f502bcc3b952e1
|
data/README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
# Technologic
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/technologic.svg)](https://badge.fury.io/rb/technologic)
|
3
4
|
[![Build Status](https://semaphoreci.com/api/v1/freshly/spicerack/branches/master/badge.svg)](https://semaphoreci.com/freshly/spicerack)
|
4
5
|
[![Maintainability](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/maintainability)](https://codeclimate.com/github/Freshly/spicerack/maintainability)
|
5
6
|
[![Test Coverage](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/test_coverage)](https://codeclimate.com/github/Freshly/spicerack/test_coverage)
|
@@ -13,7 +14,7 @@ TODO: Delete this and the text above, and describe your gem
|
|
13
14
|
Add this line to your application's Gemfile:
|
14
15
|
|
15
16
|
```ruby
|
16
|
-
gem
|
17
|
+
gem "technologic"
|
17
18
|
```
|
18
19
|
|
19
20
|
And then execute:
|
data/lib/technologic/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: technologic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Garside
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: An opinionated philosophy on logging for Ruby on Rails applications.
|
14
14
|
email:
|