middleman-iepab 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/middleman-iepab.gemspec +2 -1
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 467a3f0dde68ecb128414528e981dcbd5b7b4117
4
- data.tar.gz: dfe50d63778df6d100e65f8930dc38d1b916f01a
3
+ metadata.gz: ffeb2d8ce33be89785634d8a3acbd51ae713f851
4
+ data.tar.gz: 05cc542284f0fc4e8fff07d91a4203174939b301
5
5
  SHA512:
6
- metadata.gz: 54268436ade6a6e8611b9005f21c269026da598424c53e6dc1c3de43885d6d4b297546cf81f433698ae62efd6dc260591ee8b022bca6593bb29e3b2d91c3f3c7
7
- data.tar.gz: c747fe18d33e2fc3eb312f9fb65e863ca634e018800c54087455a91d56d7510c2919d3e8fc19c84a8008774eef53ca083aae156aa9ebc973ef670735344b2c7e
6
+ metadata.gz: 7fe8cf2f45835573a548f523ef9a1d6562f3c47ac815f0abd579e1d6165c969ec92b6b1d32d0cca5fe9e98e0d12ab4ed7ddc7dad1693e1dea613e5a4aee87b34
7
+ data.tar.gz: 303e7c995ab64f18ebee69c8749689e2275259ce6521f8d1e2bcac48cecf25c9a1aafa672d996abde9d807e7b821b6940cb6e46175f072e92a1bc54641b2c1b4
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "middleman-iepab"
6
- s.version = "0.0.1"
6
+ s.version = "0.0.2"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Susumu Yamazaki"]
9
9
  s.email = ["zacky1972@gmail.com"]
@@ -15,6 +15,7 @@ Gem::Specification.new do |s|
15
15
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
16
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
17
17
  s.require_paths = ["lib"]
18
+ s.license = "MIT"
18
19
 
19
20
  # The version of middleman-core your extension depends on
20
21
  s.add_runtime_dependency("middleman-core", [">= 4.2.1"])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-iepab
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
  - Susumu Yamazaki
@@ -48,7 +48,8 @@ files:
48
48
  - lib/middleman-iepab/extension.rb
49
49
  - middleman-iepab.gemspec
50
50
  homepage: https://github.com/zacky1972/middleman-iepab
51
- licenses: []
51
+ licenses:
52
+ - MIT
52
53
  metadata: {}
53
54
  post_install_message:
54
55
  rdoc_options: []