administrate-field-boolean_emoji 0.1.0 → 0.2.0

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: 6e3790e0d2fddce765bb4a418b965682e362f5d1265c55cc1c3e136a5d7a9b6b
4
- data.tar.gz: 322ddcb656bdbc751747a1d58cd901b277e2c528b42a8fce5890bc0b57d2e8d1
3
+ metadata.gz: 65da608c3436cd3f5435d586f4be94b1883e4cfd7557620bccad8da03b47ba7f
4
+ data.tar.gz: b89a079b0d388b57ffa2be9b00e3596a07801984719991f3de9ecdb104ad4fb4
5
5
  SHA512:
6
- metadata.gz: 9fd46daed1898162f5546c8a9515f227183040868a6bd364d318fd0f3a378a3a5b4b6765f621f3dc18ad09165ee789464b2286ca40247465c18cd7ba714a020e
7
- data.tar.gz: c4c49340039f44be3eb49fbe41023f2bac47226b26107e239026cf5c2a41246bcc3339028ce3efaa6a3ed5e40b55dab9a8f4811a4937c794a6a1d7aa3fe18104
6
+ metadata.gz: 1a6bc62f9be161787f9ae8f71c72dc5ee324194bd4825a948dca61cfcf6dbc306c78114c3c70d33ea10677ef3d669f971d1b604984cef13a4f960fe35a28ce9a
7
+ data.tar.gz: 73b5173c63eb615d5c578c3411d16e710e4d8344f689f345925a749e8d85464fe500cc917468da7736d489120ec553f3e87b4be74cc5f4e022ec0cb932466cda
data/.gitignore CHANGED
@@ -1,2 +1,3 @@
1
1
  *.gem
2
2
  Gemfile.lock
3
+ .ruby-gemset
@@ -0,0 +1 @@
1
+ 2.6.3
@@ -0,0 +1 @@
1
+ language: ruby
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.2.0](https://github.com/zooppa/administrate-field-boolean_emoji/tree/v0.2.0) (2018-08-27)
4
+
5
+ [Full Changelog](https://github.com/zooppa/administrate-field-boolean_emoji/compare/v0.1.0...v0.2.0)
6
+
7
+ * Update the requirements on Rails to permit the latest version
8
+
3
9
  ## [v0.1.0](https://github.com/zooppa/administrate-field-boolean_emoji/tree/v0.1.0) (2018-03-01)
4
10
 
5
11
  [Full Changelog](https://github.com/zooppa/administrate-field-boolean_emoji/compare/v0.0.4...v0.1.0)
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Administrate::Field::BooleanEmoji
2
2
 
3
+ [![Build Status](https://travis-ci.com/zooppa/administrate-field-boolean_emoji.svg?branch=master)](https://travis-ci.com/zooppa/administrate-field-boolean_emoji)
3
4
  [![Code Climate](https://codeclimate.com/github/zooppa/administrate-field-boolean_emoji/badges/gpa.svg)](https://codeclimate.com/github/zooppa/administrate-field-boolean_emoji)
4
- [![Build Status](https://semaphoreci.com/api/v1/zooppa/administrate-field-boolean_emoji/branches/master/badge.svg)](https://semaphoreci.com/zooppa/administrate-field-boolean_emoji)
5
5
 
6
6
  A plugin to visually display boolean fields in [Administrate].
7
7
 
@@ -10,7 +10,7 @@ A plugin to visually display boolean fields in [Administrate].
10
10
  Add it to your `Gemfile`:
11
11
 
12
12
  ```ruby
13
- gem 'administrate-field-boolean_emoji', '~> 0.1.0'
13
+ gem 'administrate-field-boolean_emoji', '~> 0.2.0'
14
14
  ```
15
15
 
16
16
  Run:
@@ -43,5 +43,7 @@ administrate:
43
43
 
44
44
  `Administrate::Field::BooleanEmoji` is maintained by [zooppa].
45
45
 
46
+ See also the list of [contributors](https://github.com/zooppa/administrate-field-boolean_emoji/contributors) who participated in this project.
47
+
46
48
  [administrate]: https://github.com/thoughtbot/administrate
47
49
  [zooppa]: https://www.zooppa.com/
@@ -2,9 +2,9 @@ $:.push File.expand_path('../lib', __FILE__)
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = 'administrate-field-boolean_emoji'
5
- gem.version = '0.1.0'
6
- gem.authors = ['Michele Gerarduzzi']
7
- gem.email = ['michele.gerarduzzi@gmail.com']
5
+ gem.version = '0.2.0'
6
+ gem.authors = ['Zooppa']
7
+ gem.email = ['dev@zooppa.com']
8
8
  gem.homepage = 'https://github.com/zooppa/administrate-field-boolean_emoji'
9
9
  gem.summary = 'Boolean fields custom visualization in Administrate'
10
10
  gem.description = 'A plugin to visually display boolean fields in Administrate'
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
15
15
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
16
 
17
17
  gem.add_runtime_dependency 'administrate', '< 1.0.0'
18
- gem.add_runtime_dependency 'rails', '>= 4.2', '< 6'
18
+ gem.add_runtime_dependency 'rails', '>= 4.2', '< 7'
19
19
 
20
20
  gem.add_development_dependency 'rake', '~> 12.3'
21
21
  gem.add_development_dependency 'rspec', '~> 3.7'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: administrate-field-boolean_emoji
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
- - Michele Gerarduzzi
7
+ - Zooppa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-01 00:00:00.000000000 Z
11
+ date: 2019-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: administrate
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '4.2'
34
34
  - - "<"
35
35
  - !ruby/object:Gem::Version
36
- version: '6'
36
+ version: '7'
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '4.2'
44
44
  - - "<"
45
45
  - !ruby/object:Gem::Version
46
- version: '6'
46
+ version: '7'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rake
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -74,13 +74,15 @@ dependencies:
74
74
  version: '3.7'
75
75
  description: A plugin to visually display boolean fields in Administrate
76
76
  email:
77
- - michele.gerarduzzi@gmail.com
77
+ - dev@zooppa.com
78
78
  executables: []
79
79
  extensions: []
80
80
  extra_rdoc_files: []
81
81
  files:
82
82
  - ".gitignore"
83
83
  - ".rspec"
84
+ - ".ruby-version"
85
+ - ".travis.yml"
84
86
  - CHANGELOG.md
85
87
  - Gemfile
86
88
  - LICENSE.md
@@ -126,8 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
128
  - !ruby/object:Gem::Version
127
129
  version: '0'
128
130
  requirements: []
129
- rubyforge_project:
130
- rubygems_version: 2.7.3
131
+ rubygems_version: 3.0.3
131
132
  signing_key:
132
133
  specification_version: 4
133
134
  summary: Boolean fields custom visualization in Administrate