companies-house-gateway 0.3.11 → 0.3.12

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: 04cf38078081525f799988721cdbf1b56edeff84
4
- data.tar.gz: 7d930409cc38db5bb0ce57180953fc4d0b0f2752
3
+ metadata.gz: 8c7ddec6a0b44484211b3a1f17b40d1f0ab21479
4
+ data.tar.gz: 03940f8778a7cf789129b19adc125da52daf4a3b
5
5
  SHA512:
6
- metadata.gz: 216bc972349999e778674cb0fe63d4ef2af2aef28059f805ced622099a1db751d594222d20ee31114c0ed3d185505b7726ce7063e16e58d297115abf275a0103
7
- data.tar.gz: a27e4551ee2a88f49006a1e1f80c35617d70fdff0ceada8c263c35a806fa6e58b67c73ca4302d9cffdfe8deb080336f2198a6ca88f925a0c2b0ac65e2a50addc
6
+ metadata.gz: 772e9f9107eceec56ea79d81ac0cab1e4e5cddf3d5a91be292f6a6d0792d51f79b0cf7ca6705eca5ef8fa8cf733b2bf5a9b1fc8eee0444e9a62b4cd7c5ef04a3
7
+ data.tar.gz: 175f1a908930cab21cff691fd2bdcf8331c9afe162389d5fdaaf4014c4ee3c7ccd61510bdaf861eb51dfb277a351cd97cd4e23b46a1dd73428a1198be7fd4c12
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 0.3.12 - June 28, 2015
2
+
3
+ - Fix autoloading (so you no longer need to `require: "companies_house_gateway"`
4
+ in your gemfile
5
+
1
6
  ## 0.3.11 - June 28, 2015
2
7
 
3
8
  - Upcase company numbers whilst cleaning them. Stops lower-case prefixes
data/README.md CHANGED
@@ -13,7 +13,7 @@ You don't need this source code unless you want to modify the gem. If you just
13
13
  want to use it, you should run:
14
14
 
15
15
  ```ruby
16
- gem install companies_house_gateway
16
+ gem install companies-house-gateway
17
17
  ````
18
18
 
19
19
  ### Initialising the gem
@@ -0,0 +1 @@
1
+ require 'companies_house_gateway'
@@ -1,3 +1,3 @@
1
1
  module CompaniesHouseGateway
2
- VERSION = '0.3.11'.freeze
2
+ VERSION = '0.3.12'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: companies-house-gateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.11
4
+ version: 0.3.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grey Baker
@@ -99,7 +99,8 @@ files:
99
99
  - Gemfile
100
100
  - LICENSE
101
101
  - README.md
102
- - companies_house_gateway.gemspec
102
+ - companies-house-gateway.gemspec
103
+ - lib/companies-house-gateway.rb
103
104
  - lib/companies_house_gateway.rb
104
105
  - lib/companies_house_gateway/checks/check.rb
105
106
  - lib/companies_house_gateway/checks/company_appointments.rb