bill_forward 1.2015.321 → 1.2015.321.1

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: ff8bb73b1cd809e1a04af29a2be6ce3d72f7e6e3
4
- data.tar.gz: 6decb505e957b203a89d2816e162a931e6be0d4e
3
+ metadata.gz: e75681a0071e53b94f7856566b7de491a480aa6b
4
+ data.tar.gz: 04d0e64c7c13d78b8e69d133a5d6762cf1b49c9b
5
5
  SHA512:
6
- metadata.gz: 2682300e41d86e24bcf0c8f6977d4d83a98f58ebe03903c6e5bbc5916c67d33d8588ad2abb557bf3e69221d354bad53beda151cac991a2541ed292d596c2fa63
7
- data.tar.gz: 30d6d5f9294e6f218d6cc79e706e9baff388d4ef23c23606b4de425a46c92c2dda439771126371427ea06d187f5a4fc75f7c2236296b0b3bcee24e7547926241
6
+ metadata.gz: ef35db486fee3bed626d6b540d85c2694cb20c6a4d3662b5945eaab14ae160c5df7a87cfd3aacf63302da34661c4397e8a2e084a20709e555d2867d6b5491ba7
7
+ data.tar.gz: 8a34280f1b7de910af249602071d0dc6add3d2f87f4ae15f69d69d1f98736fcf73ee2e9092610fbab9e578649f30266ee5e1b1876972860bbb1a594a63852e4a
@@ -2,10 +2,10 @@ module BillForward
2
2
  class Amendment < InsertableEntity
3
3
  @resource_path = BillForward::ResourcePath.new("amendments", "amendment")
4
4
 
5
- def initialize(*args)
6
- raise AbstractInstantiateError.new('This abstract class cannot be instantiated!') if self.class == Amendment
7
- super
8
- end
5
+ # def initialize(*args)
6
+ # raise AbstractInstantiateError.new('This abstract class cannot be instantiated!') if self.class == Amendment
7
+ # super
8
+ # end
9
9
 
10
10
  end
11
11
  end
@@ -1,4 +1,4 @@
1
1
  module BillForward
2
2
  # in an rspec run, the gemspec and bill_forward.rb loader will both visit this
3
- VERSION = "1.2015.321" unless const_defined?(:VERSION)
3
+ VERSION = "1.2015.321.1" unless const_defined?(:VERSION)
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bill_forward
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2015.321
4
+ version: 1.2015.321.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BillForward