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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de1aec992a1f1786adbe81071cec7577c31796b1418d95f4dbe7a778930e6603
4
- data.tar.gz: 430982330d9394431dae1ae103ec46a65896b55dfc8d10649e258016223ff893
3
+ metadata.gz: 6b37e50f4583fdca61d86be122923fd45538d3277751f2a5b5230655ac8e7888
4
+ data.tar.gz: 45f5255173af7e88378efab104e46cf3f5663f385fe35ee72f1703f3448ba81e
5
5
  SHA512:
6
- metadata.gz: 8e8a4bcfc0f7e539a8f35ade6925fda42895c605e898b5facbda1603598b01582bf24ef718de82f00b9dea299b2574a215485fed0e3d3c850f7f1d71da37609c
7
- data.tar.gz: 27ddf81ef41abfd73e3906637eabf09941edf386877aa43d2a1d909ca52a248f84ac8342963811550b67f8f5599292782af8e19278282b17204beccf7f999de1
6
+ metadata.gz: 527d3ac5d895439d47210271d3d77e00c246bb8aa81ba61c677cfe15b3477572a58b3ac01e9a424b60a4225b3ca2bf56c7bbc59d408b0f0f9c99e13064cf3044
7
+ data.tar.gz: cf7c370c1541b547c375019ac709512df25ee7e94cab35c49297d44068ce4405dba401208badfcc85e202de069655f99a56f820e93994ad39a5e7209a1ca3871
@@ -2,7 +2,7 @@ version: 2
2
2
  jobs:
3
3
  build:
4
4
  docker:
5
- - image: circleci/ruby:2.4.2
5
+ - image: circleci/ruby:2.5.3
6
6
  steps:
7
7
  - checkout
8
8
  - run: bundle install
data/.rspec CHANGED
@@ -1 +1,2 @@
1
1
  --require spec_helper
2
+ --format FoodFormatter
@@ -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 taki3@users.noreply.github.com. All
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.
@@ -1,9 +1,9 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017 taki3
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 documentation files (the "Software"), to deal
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://img.shields.io/circleci/project/github/ayindi/food_formatter.svg)](https://circleci.com/gh/ayindi/food_formatter)
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/ayindi/food_formatter/blob/master/demo.gif)
11
+ ![](https://github.com/taki/food_formatter/blob/master/demo.gif)
12
12
 
13
13
  ## Instlattion
14
14
 
@@ -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.0'
7
- spec.authors = ['taki3']
8
- spec.email = ['taki3@users.noreply.github.com']
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/ayindi/food_formatter'
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.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - taki3
7
+ - taki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-28 00:00:00.000000000 Z
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
- - taki3@users.noreply.github.com
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/ayindi/food_formatter
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.2
121
+ rubygems_version: 2.7.8
108
122
  signing_key:
109
123
  specification_version: 4
110
124
  summary: The RSpec formatter of emoji food