food_formatter 0.1.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +1 -1
- data/.rspec +1 -0
- data/CODE_OF_CONDUCT.md +1 -1
- data/LICENSE.txt +2 -2
- data/README.md +2 -2
- data/food_formatter.gemspec +5 -4
- metadata +20 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b37e50f4583fdca61d86be122923fd45538d3277751f2a5b5230655ac8e7888
|
4
|
+
data.tar.gz: 45f5255173af7e88378efab104e46cf3f5663f385fe35ee72f1703f3448ba81e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 527d3ac5d895439d47210271d3d77e00c246bb8aa81ba61c677cfe15b3477572a58b3ac01e9a424b60a4225b3ca2bf56c7bbc59d408b0f0f9c99e13064cf3044
|
7
|
+
data.tar.gz: cf7c370c1541b547c375019ac709512df25ee7e94cab35c49297d44068ce4405dba401208badfcc85e202de069655f99a56f820e93994ad39a5e7209a1ca3871
|
data/.circleci/config.yml
CHANGED
data/.rspec
CHANGED
data/CODE_OF_CONDUCT.md
CHANGED
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
|
|
55
55
|
## Enforcement
|
56
56
|
|
57
57
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
-
reported by contacting the project team at
|
58
|
+
reported by contacting the project team at taki@users.noreply.github.com. All
|
59
59
|
complaints will be reviewed and investigated and will result in a response that
|
60
60
|
is deemed necessary and appropriate to the circumstances. The project team is
|
61
61
|
obligated to maintain confidentiality with regard to the reporter of an incident.
|
data/LICENSE.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
The MIT License (MIT)
|
2
2
|
|
3
|
-
Copyright (c) 2017
|
3
|
+
Copyright (c) 2017 taki
|
4
4
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated
|
6
|
+
of this software and associated doc umentation files (the "Software"), to deal
|
7
7
|
in the Software without restriction, including without limitation the rights
|
8
8
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
9
|
copies of the Software, and to permit persons to whom the Software is
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# FoodFormatter
|
2
2
|
|
3
|
-
[![CircleCI](https://
|
3
|
+
[![CircleCI](https://circleci.com/gh/taki/food_formatter.svg?style=svg)](https://circleci.com/gh/taki/food_formatter)
|
4
4
|
|
5
5
|
## Description
|
6
6
|
|
@@ -8,7 +8,7 @@ The FoodFormatter makes pleasure you on the result of RSpec.
|
|
8
8
|
|
9
9
|
***DEMO:***
|
10
10
|
|
11
|
-
![](https://github.com/
|
11
|
+
![](https://github.com/taki/food_formatter/blob/master/demo.gif)
|
12
12
|
|
13
13
|
## Instlattion
|
14
14
|
|
data/food_formatter.gemspec
CHANGED
@@ -3,18 +3,19 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |spec|
|
5
5
|
spec.name = 'food_formatter'
|
6
|
-
spec.version = '0.1
|
7
|
-
spec.authors = ['
|
8
|
-
spec.email = ['
|
6
|
+
spec.version = '1.0.1'
|
7
|
+
spec.authors = ['taki']
|
8
|
+
spec.email = ['taki@users.noreply.github.com']
|
9
9
|
|
10
10
|
spec.summary = 'The RSpec formatter of emoji food'
|
11
|
-
spec.homepage = 'https://github.com/
|
11
|
+
spec.homepage = 'https://github.com/taki/food_formatter'
|
12
12
|
spec.license = 'MIT'
|
13
13
|
|
14
14
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^spec/}) }
|
15
15
|
spec.require_paths = ['lib']
|
16
16
|
|
17
17
|
spec.add_development_dependency 'bundler'
|
18
|
+
spec.add_development_dependency 'food_formatter'
|
18
19
|
spec.add_development_dependency 'pry-byebug'
|
19
20
|
spec.add_development_dependency 'rake', '~> 10.0'
|
20
21
|
spec.add_development_dependency 'rspec', '~> 3.0'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: food_formatter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- taki
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -24,6 +24,20 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: food_formatter
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
27
41
|
- !ruby/object:Gem::Dependency
|
28
42
|
name: pry-byebug
|
29
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -68,7 +82,7 @@ dependencies:
|
|
68
82
|
version: '3.0'
|
69
83
|
description:
|
70
84
|
email:
|
71
|
-
-
|
85
|
+
- taki@users.noreply.github.com
|
72
86
|
executables: []
|
73
87
|
extensions: []
|
74
88
|
extra_rdoc_files: []
|
@@ -84,7 +98,7 @@ files:
|
|
84
98
|
- demo.gif
|
85
99
|
- food_formatter.gemspec
|
86
100
|
- lib/food_formatter.rb
|
87
|
-
homepage: https://github.com/
|
101
|
+
homepage: https://github.com/taki/food_formatter
|
88
102
|
licenses:
|
89
103
|
- MIT
|
90
104
|
metadata: {}
|
@@ -104,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
118
|
version: '0'
|
105
119
|
requirements: []
|
106
120
|
rubyforge_project:
|
107
|
-
rubygems_version: 2.7.
|
121
|
+
rubygems_version: 2.7.8
|
108
122
|
signing_key:
|
109
123
|
specification_version: 4
|
110
124
|
summary: The RSpec formatter of emoji food
|