itamae-plugin-resource-npm 0.0.2 → 0.1.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: d4206bb0df20b144126329f9c5769c8732e04dd3
4
- data.tar.gz: 51549bbb8d12a969338a58bc0590d2391d2a554d
3
+ metadata.gz: ffa5fb10255027061c1c8ba82a5c6a45123cf17f
4
+ data.tar.gz: d6530af3709eec1e28135ed1fc81adbaa826109b
5
5
  SHA512:
6
- metadata.gz: 57ebba9d3c8cd0aa9d966e71647123f1956bcd6188ac2bbbcddaef39bc7fc8bfd6f551b1f1a4266d0ddcf68a75e12b846a4bf9bbff7af7cc823a6c6262db060a
7
- data.tar.gz: 0086cc2fc2e888ccf079bdcd5aab4a49f9f69ca15722d7fe1d0dc0c3c0d9c091972bcf1bd3957cd80fb9c7f8bd6b4658e25803a7b4836a93d689950e8c5155ab
6
+ metadata.gz: ed4ce38b5e347c237b4c16f3d551d9308b23bb5bf82c25fd2f5d5540615a5dd34d02c7b6e5b56830bcca855b99873b066f5edc64aa961bd4343bfc3776f7e064
7
+ data.tar.gz: 505ace92473bec9bbc9cd4a3f80fb41aeaf4dd4e78026d99900b915ee3de08e924402b16247ca1e4d9b1e6fe80888178f171a7f8e9b721c063461a9f24dbdd3b
@@ -1,10 +1,11 @@
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'
4
5
 
5
6
  Gem::Specification.new do |spec|
6
7
  spec.name = "itamae-plugin-resource-npm"
7
- spec.version = "0.0.2"
8
+ spec.version = Itamae::Plugin::Resource::Npm::VERSION
8
9
  spec.authors = ["timakin"]
9
10
  spec.email = ["timaki.st@gmail.com"]
10
11
 
@@ -1,4 +1,5 @@
1
1
  require "itamae/resource/base"
2
+ require "itamae/plugin/resource/npm/version"
2
3
 
3
4
  module Itamae
4
5
  module Plugin
@@ -0,0 +1,9 @@
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
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.0.2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - timakin
@@ -69,6 +69,7 @@ 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
72
73
  homepage: https://github.com/timakin/itamae-plugin-resource-npm
73
74
  licenses:
74
75
  - MIT