oneis 2.0.4-java → 2.0.5-java

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
  SHA1:
3
- metadata.gz: 1d1ef4ecef67240a4415a9b2b4f7b621454e9b98
4
- data.tar.gz: fd3413e5f159e192bb2ccd4aea7f5965bdb1bd82
3
+ metadata.gz: 0280ed31e02e889356b59edd3f4a11de5126947a
4
+ data.tar.gz: 764cd66d346d38f353f570665a3a8a2e7cb5112e
5
5
  SHA512:
6
- metadata.gz: 77535631e1bf9d948766c4e3e4910bd63160cfe12c7f400dcb7d182348978a5e4a13b59e65918dec2a6044f17d434e41a3015e4270acafe874f684fc24f9fd53
7
- data.tar.gz: 60078eeca4ffd2bf63d9c8e95506c402ceac322044e993072d50a58ed37fb742151e57b7475e7b5a0fdce388928e955c77d94b17ef2afa018aaea42fed6f68e6
6
+ metadata.gz: d84c57ecae43b515f2d7658481a9dc40c745448ce6cb4c289581485d3bcf69e3a849e02772fcc0ecf502a8b06022256f53cfaa13bf449c86ce94ec0d9885a349
7
+ data.tar.gz: 9cbe33ea57306eb7bb73ed140a32042da58638d0679081218239926470187795b6ab4972645cad1dccd1c6965320bae519bbe36e1b3e0afd5d1c0656e1f37793
@@ -2,7 +2,7 @@
2
2
  module PluginTool
3
3
 
4
4
  PACKING_ACCEPTABLE_FILENAME = /\A(js|static|template|test|data)\/([a-z0-9_-]+\/)*[a-z0-9_-]+\.[a-z0-9]+\z/
5
- PACKING_ACCEPTABLE_EXCEPTIONS = ['plugin.json', 'global.js', 'certificates-temp-http-api.pem']
5
+ PACKING_ACCEPTABLE_EXCEPTIONS = ['plugin.json', 'requirements.schema', 'global.js', 'certificates-temp-http-api.pem']
6
6
 
7
7
  def self.pack_plugin(plugin_name, output_directory)
8
8
  # Get filenames and sort
@@ -1 +1 @@
1
- e96173eff2
1
+ 16e0a59a9b
@@ -3,8 +3,8 @@ Gem::Specification.new do |s|
3
3
  files = Dir.glob("#{root_dir}/**/*.*").map { |x| x[root_dir.length + 1, x.length]}
4
4
 
5
5
  s.name = 'oneis'
6
- s.version = '2.0.4'
7
- s.date = '2015-04-10'
6
+ s.version = '2.0.5'
7
+ s.date = '2015-04-30'
8
8
  s.summary = "ONEIS Tools"
9
9
  s.description = "ONEIS Developer Tools"
10
10
  s.authors = ["ONEIS"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oneis
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  platform: java
6
6
  authors:
7
7
  - ONEIS
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-10 00:00:00.000000000 Z
11
+ date: 2015-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement