lita-irasutoya 0.1.3 → 0.1.4

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: f0e9c82d2ff17588c0522c41a781e036610da123202ac16d791b45961fa7e79d
4
- data.tar.gz: bc82db3553be408e90055ab276816ee60cc69ce1d0bfee79edddccd98d3c3c5c
3
+ metadata.gz: 6d3e3d96aa51889b9623428c5f05ef8c0b39dcb9d2fc00914a4d3f3a1daf833a
4
+ data.tar.gz: 34864618840e4fe065ab60504ed2dbdf65477ed0d55a3ea06624d3a3e06584a3
5
5
  SHA512:
6
- metadata.gz: 3604673b92523d75ececb8bbdddc7f798ad7eea6b3f00fc7fa8e231be692562aa4c1a8d6776da638f00dbbc2a98257cc61531d90d5d8c6f0ff71345746fac078
7
- data.tar.gz: 70d06f442b8300799fa5c932dc14f64687bb452eef239a7a433841498bb6bbba7f643654a722b5543d4c606ad8c09abbce4216ca0827619350e7a0e57c470cce
6
+ metadata.gz: be662af34ab76c6bde35028d3bc43981bf552ff745df68f595bd896aa5a40c8d7ac21cf0876e74f91788a397f39823b1e96c981f073a715400216a7f4e219c14
7
+ data.tar.gz: 5eed8d10229ff2fa5c77dd7a15256eda3022c5fd2343382b1a97b06b6d39cf67ca09348ef1f52199e13d8b4f3eb39b425b420f92621eb511872091016c71e416
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lita-irasutoya (0.1.3)
4
+ lita-irasutoya (0.1.4)
5
5
  nokogiri
6
6
 
7
7
  GEM
@@ -11,7 +11,7 @@ GEM
11
11
  mini_portile2 (2.4.0)
12
12
  nokogiri (1.10.4)
13
13
  mini_portile2 (~> 2.4.0)
14
- rake (10.5.0)
14
+ rake (12.3.3)
15
15
  rspec (3.8.0)
16
16
  rspec-core (~> 3.8.0)
17
17
  rspec-expectations (~> 3.8.0)
@@ -32,7 +32,7 @@ PLATFORMS
32
32
  DEPENDENCIES
33
33
  bundler (~> 2.0)
34
34
  lita-irasutoya!
35
- rake (~> 10.0)
35
+ rake (~> 12.3)
36
36
  rspec (~> 3.0)
37
37
 
38
38
  BUNDLED WITH
data/README.md CHANGED
@@ -1,9 +1,12 @@
1
+ # lita-irasutoya
1
2
  [![Gem Version](https://badge.fury.io/rb/lita-irasutoya.svg)](https://badge.fury.io/rb/lita-irasutoya)
2
3
  [![Code Climate](https://codeclimate.com/github/unhappychoice/lita-irasutoya/badges/gpa.svg)](https://codeclimate.com/github/unhappychoice/lita-irasutoya)
3
4
  [![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/unhappychoice/lita-irasutoya.svg)](https://libraries.io/github/unhappychoice/lita-irasutoya)
4
5
  ![](http://ruby-gem-downloads-badge.herokuapp.com/lita-irasutoya?type=total)
5
6
  ![GitHub](https://img.shields.io/github/license/unhappychoice/lita-irasutoya.svg)
6
7
 
8
+ `lita-irasutoya` allows you to get random images from www.irasutoya.com.
9
+
7
10
  ## Installation
8
11
 
9
12
  ```ruby
@@ -1,5 +1,5 @@
1
1
  module Lita
2
2
  module Irasutoya
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
@@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
16
16
  spec.metadata["homepage_uri"] = spec.homepage
17
17
  spec.metadata["source_code_uri"] = "https://github.com/unhappychoice/lita-irasutoya"
18
18
  spec.metadata["changelog_uri"] = "https://github.com/unhappychoice/lita-irasutoya"
19
+ spec.metadata['lita_plugin_type'] = 'handler'
19
20
 
20
21
  # Specify which files should be added to the gem when it is released.
21
22
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -29,6 +30,6 @@ Gem::Specification.new do |spec|
29
30
  spec.add_dependency "nokogiri"
30
31
 
31
32
  spec.add_development_dependency "bundler", "~> 2.0"
32
- spec.add_development_dependency "rake", "~> 10.0"
33
+ spec.add_development_dependency "rake", "~> 12.3"
33
34
  spec.add_development_dependency "rspec", "~> 3.0"
34
35
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-irasutoya
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuji Ueki
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '10.0'
47
+ version: '12.3'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '10.0'
54
+ version: '12.3'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rspec
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -93,6 +93,7 @@ metadata:
93
93
  homepage_uri: https://github.com/unhappychoice/lita-irasutoya
94
94
  source_code_uri: https://github.com/unhappychoice/lita-irasutoya
95
95
  changelog_uri: https://github.com/unhappychoice/lita-irasutoya
96
+ lita_plugin_type: handler
96
97
  post_install_message:
97
98
  rdoc_options: []
98
99
  require_paths:
@@ -108,7 +109,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
109
  - !ruby/object:Gem::Version
109
110
  version: '0'
110
111
  requirements: []
111
- rubygems_version: 3.0.3
112
+ rubyforge_project:
113
+ rubygems_version: 2.7.6
112
114
  signing_key:
113
115
  specification_version: 4
114
116
  summary: Lita plugin for irasutoya