administrate-field-acts_as_taggable 0.0.1 → 0.0.2

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
- SHA1:
3
- metadata.gz: a80da6e79deb59b224377af8aef22afd4b9cc3b9
4
- data.tar.gz: 720dda814c641988f621c9e8d4eff8eb8ea95349
2
+ SHA256:
3
+ metadata.gz: 344331f7184aa55b8c5c115cef546c6d897fe4a3cc74400f8c45defe26e86c4e
4
+ data.tar.gz: 2e3ff15bc04d6f07d2988445aa6eb168787fdf763a99c05a7751af8ead353089
5
5
  SHA512:
6
- metadata.gz: 192970c44e0a93a8c23806b2b8fc7b2629da34f602ce49cab33a2b9e0dca22e9b4ed34c2d4361e88c093290b5f626c502992e7e06483a2ae60ad6a4583e74a9f
7
- data.tar.gz: 47fb0d85bb6e353615e88101cec955e04905e91b4c35d5d983385c2b9fa130227800688eba041e2b4b9445dee523f8c418f5c1482a1cad049362a6f83ccb8961
6
+ metadata.gz: a0d464d0836413d15ecffea4f5c4c8740c17fecbfba9c49ce6a5dcd0db76d0353aaac1eefea43b18c2791be6e216dd231ab150eb93c3e71a362cef9d58eb5f97
7
+ data.tar.gz: 20e3b81f787ebf3503ae79521d4635a235484da4689d89704552ec3401ad22503e01f0e4854ad0e46d6e6de86ae18c9a9634ea20902fdfc45d5f95329f3cba07
data/README.md CHANGED
@@ -32,9 +32,11 @@ end
32
32
 
33
33
  ## Development
34
34
 
35
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
35
+ ### Tests
36
36
 
37
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
37
+ Run `rspec` to run the tests.
38
+
39
+ ### Documentation
38
40
 
39
41
  To generate documentation run `yard`. To view undocumented files run `yard stats --list-undoc`.
40
42
 
@@ -52,4 +54,4 @@ The gem is available as open source under the terms of the [MIT License](http://
52
54
 
53
55
  [![apsis](https://s3-us-west-2.amazonaws.com/apsiscdn/apsis.png)](https://www.apsis.io)
54
56
 
55
- `slayer` was built by Apsis Labs. We love sharing what we build! Check out our [other libraries on Github](https://github.com/apsislabs), and if you like our work you can [hire us](https://www.apsis.io/work-with-us/) to build your vision.
57
+ `Administrate::Field::ActsAsTaggable` was built by Apsis Labs. We love sharing what we build! Check out our [other libraries on Github](https://github.com/apsislabs), and if you like our work you can [hire us](https://www.apsis.io/work-with-us/) to build your vision.
@@ -2,7 +2,7 @@ $:.push File.expand_path('../lib', __FILE__)
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = 'administrate-field-acts_as_taggable'
5
- gem.version = '0.0.1'
5
+ gem.version = '0.0.2'
6
6
  gem.authors = ['Apsis Labs']
7
7
  gem.email = ['wyatt@apsis.io']
8
8
  gem.homepage = 'https://github.com/apsislabs/administrate-field-acts_as_taggable'
@@ -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 'acts-as-taggable-on', '~>6.0.0'
18
+ gem.add_runtime_dependency 'acts-as-taggable-on', '~>6.0'
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-acts_as_taggable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apsis Labs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-07 00:00:00.000000000 Z
11
+ date: 2019-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: administrate
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 6.0.0
33
+ version: '6.0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 6.0.0
40
+ version: '6.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  version: '0'
125
125
  requirements: []
126
126
  rubyforge_project:
127
- rubygems_version: 2.6.13
127
+ rubygems_version: 2.7.6.2
128
128
  signing_key:
129
129
  specification_version: 4
130
130
  summary: Improved tag management for Administrate