pfrpg_tables 0.1.1 → 0.1.2

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: 65ec0d1a87a5a84b4272ae93f99fd6d1fe7b0c5f
4
- data.tar.gz: 70fb7696021f961a2effc614aaa9efb9480e072b
3
+ metadata.gz: e78e16320c8bd5fde1a4099c4584969286ad7195
4
+ data.tar.gz: 25417e2399a1292c1bc13e685546130af833f0b8
5
5
  SHA512:
6
- metadata.gz: 324d915d744cb080dce0c26fd1c2a237d71301d0fa8a3cdc728b0d412848d31feabf99887055b06624b9980bae9b724c079a39c8b0b13f56976f1dfdd57dd183
7
- data.tar.gz: cb4d78faa9b9209a3e24bdc091463adda952313ef264597f7f067bf188153082669882b18d991bcffd34aae36dc73eb34a9efeeea1fe5ebd361813cb5d57d103
6
+ metadata.gz: 20d19310155d05d9dbe5754b611b87fa94187fb674ae2b2b3e4bd6b6fb7b8c73124bc934b249fed97964f554d6953245079488c6581bfd4433ca09c929f16008
7
+ data.tar.gz: e2d72e4a8933d7024f396cd201ff01d234c6b4d08282deb3be04f089cb72fcceaab327a45d62f9773cfa87b5edd8ef92264b79fdc00c7d5f1772e218453dfb16
data/LICENSE ADDED
@@ -0,0 +1,23 @@
1
+ The MIT License (MIT)
2
+ [OSI Approved License]
3
+ The MIT License (MIT)
4
+
5
+ Copyright (c) 2014 HeroSheets, LLC
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in
15
+ all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
+ THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module PfrpgTables
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/pfrpg_tables.rb CHANGED
@@ -2,8 +2,6 @@ module PfrpgTables
2
2
  end
3
3
 
4
4
  require 'pfrpg_tables/tables'
5
- require 'pfrpg_tables/equipment_totaler'
6
- require 'pfrpg_tables/feat_totaler'
7
5
 
8
6
  Dir[File.expand_path(File.join(File.dirname(File.absolute_path(__FILE__)), 'pfrpg_tables/')) + "/**/*.rb"].each do |file|
9
7
  require file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pfrpg_tables
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan OMara
@@ -60,6 +60,7 @@ files:
60
60
  - lib/pfrpg_tables/tables.rb
61
61
  - lib/pfrpg_tables/version.rb
62
62
  - lib/pfrpg_tables.rb
63
+ - LICENSE
63
64
  homepage: http://herosheets.com
64
65
  licenses: []
65
66
  metadata: {}