itamae-plugin-resource-npm 0.1.0 → 0.2.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ffa5fb10255027061c1c8ba82a5c6a45123cf17f
4
- data.tar.gz: d6530af3709eec1e28135ed1fc81adbaa826109b
3
+ metadata.gz: 86f99ab116ad1107cb5428ea30c67f7db7a497f4
4
+ data.tar.gz: 66cdc54f7805353a2051ae18173bc01efce477d2
5
5
  SHA512:
6
- metadata.gz: ed4ce38b5e347c237b4c16f3d551d9308b23bb5bf82c25fd2f5d5540615a5dd34d02c7b6e5b56830bcca855b99873b066f5edc64aa961bd4343bfc3776f7e064
7
- data.tar.gz: 505ace92473bec9bbc9cd4a3f80fb41aeaf4dd4e78026d99900b915ee3de08e924402b16247ca1e4d9b1e6fe80888178f171a7f8e9b721c063461a9f24dbdd3b
6
+ metadata.gz: 27a0976e961336bc46ff1e7cfee06eff8e972e21b638acdf6910b5eeedcfb378dcb2f5f815846ddb71f550471672a333716c6e9f8b1a015137862e4697377e7e
7
+ data.tar.gz: b29db39948b91bfd1b33ff2664f009fae593c06bf61dfb53b5a6b96ff2b5a03d3987098012e46dbfc718f3e0ca8b51ae08e840c83e5950db2442b700119588c0
@@ -1,11 +1,10 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'itamae/plugin/resource/npm/version'
5
4
 
6
5
  Gem::Specification.new do |spec|
7
6
  spec.name = "itamae-plugin-resource-npm"
8
- spec.version = Itamae::Plugin::Resource::Npm::VERSION
7
+ spec.version = "0.2.0"
9
8
  spec.authors = ["timakin"]
10
9
  spec.email = ["timaki.st@gmail.com"]
11
10
 
@@ -1,5 +1,4 @@
1
1
  require "itamae/resource/base"
2
- require "itamae/plugin/resource/npm/version"
3
2
 
4
3
  module Itamae
5
4
  module Plugin
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-resource-npm
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
7
  - timakin
@@ -69,7 +69,6 @@ files:
69
69
  - bin/setup
70
70
  - itamae-plugin-resource-npm.gemspec
71
71
  - lib/itamae/plugin/resource/npm.rb
72
- - lib/itamae/plugin/resource/npm/version.rb
73
72
  homepage: https://github.com/timakin/itamae-plugin-resource-npm
74
73
  licenses:
75
74
  - MIT
@@ -1,9 +0,0 @@
1
- module Itamae
2
- module Plugin
3
- module Resource
4
- module Npm
5
- VERSION = "0.1.0"
6
- end
7
- end
8
- end
9
- end