moj_tribunals_config 1.5.1 → 1.5.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: b67367832db54088e93f54a2e341d7ad55e29196
4
- data.tar.gz: 477e145040123deb0844941e314172d5fdf8d326
3
+ metadata.gz: f4c73240aeb4b5b5dc479411d43e30e6e6c9c3f6
4
+ data.tar.gz: 3d42e0bc7e68a1d4dd3bb4616b2298a28dff4685
5
5
  SHA512:
6
- metadata.gz: 6d020e3c1486eb8051e1b2c0dd4d81b129eba137a847cb822b4c7bc7b76e75394bf19eb60e67d64ce10aa133e6e12b7bc99569823667f303c36ca8a79de2c159
7
- data.tar.gz: c61d1c8af100c91219f5535c99cda157b1af8be473986e2828b4fdf6f25eabff4db65ccce969729178aee877fb2e110a473dd9ac2550ec3b9c1e75cb2efe551c
6
+ metadata.gz: 3996e05508319d76a82e96db378356740781ef16a2685712f1259fa8e16d4f6c13f2a6af762c65881bcc7868e5fdbbc30ea9415b3459f95431d618e558dfd72f
7
+ data.tar.gz: e85a78325600ea4c1d40d6b42aaa62687b5a4bbef8a2a01f796e5937cf70610c25e41e7bd6d680a7bfa5de4621e338d5fd2dfe73655b65847ac8d65c996704a8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.1
1
+ 1.5.2
@@ -126,8 +126,8 @@ tribunal:
126
126
  ncn:
127
127
  property: ncn
128
128
  text: Neutral Citation Number
129
- Status:
130
- property: status
129
+ reported_status:
130
+ property: reported_status
131
131
  text: Status
132
132
  country_name:
133
133
  property: country_name
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: moj_tribunals_config 1.5.1 ruby lib
5
+ # stub: moj_tribunals_config 1.5.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "moj_tribunals_config"
9
- s.version = "1.5.1"
9
+ s.version = "1.5.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Al Davidson"]
14
- s.date = "2015-02-18"
14
+ s.date = "2015-02-25"
15
15
  s.description = "Used by tribunals_frontend and tribunals_api to share configuration.\n To use:\n\n 1) add \"gem 'moj_tribunals_config'\" to your Gemfile\n 2) in an initializer, add the following code:\n\n require 'moj_tribunals_config'\n\n my_config = Moj::Tribunals::ConfigLoader.new.load\n\n This will load the default config files from the gem.\n\n\n To load different files, you can provide an alternative path\n to the ConfigLoader.new method, e.g.\n\n my_config = Moj::Tribunals::ConfigLoader.new('/my/alternative/config/path').load\n\n To just load config for a specific tribunal, you can do:\n\n config_loader = Moj::Tribunals::ConfigLoader.new\n config_file = config_loader.config_file_for('utiac')\n config_loader.load_file( config_file )\n\n RailsConfig integration\n =======================\n\n If you're using the RailsConfig gem, your intializer can just do something like:\n\n files = Moj::Tribunals::ConfigLoader.new.config_files\n files.each{ |f| Settings.add_source!( f ) }\n Settings.reload!\n "
16
16
  s.email = "apdavidson@gmail.com"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moj_tribunals_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Al Davidson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-18 00:00:00.000000000 Z
11
+ date: 2015-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: shoulda