moj_tribunals_config 1.5.0 → 1.5.1

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: 8d7ce7e762a178f7fa766f0609f246d711094f0c
4
- data.tar.gz: a258c9911d8b7191a79a6db889b086ee8b25a759
3
+ metadata.gz: b67367832db54088e93f54a2e341d7ad55e29196
4
+ data.tar.gz: 477e145040123deb0844941e314172d5fdf8d326
5
5
  SHA512:
6
- metadata.gz: 8af7f90a3aafc109ff2cac471de7095eb3435dc1a4ec536ccbf48bb3ceb58dd9861ee3d902fb3c1bd973bc1f54917e138b38d57f6912edec6d34441ee47fb376
7
- data.tar.gz: 552eea828dd7da3aa8138d0ca0124c56ac69b1a273c26ebd84dc8d4d207b32d01ff58c882fffa8b5bb0bf671cb5908c15b743625de073e76bbb9d130434cc17d
6
+ metadata.gz: 6d020e3c1486eb8051e1b2c0dd4d81b129eba137a847cb822b4c7bc7b76e75394bf19eb60e67d64ce10aa133e6e12b7bc99569823667f303c36ca8a79de2c159
7
+ data.tar.gz: c61d1c8af100c91219f5535c99cda157b1af8be473986e2828b4fdf6f25eabff4db65ccce969729178aee877fb2e110a473dd9ac2550ec3b9c1e75cb2efe551c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.5.1
@@ -72,7 +72,7 @@ tribunal:
72
72
  property: case_title
73
73
  text: Case title
74
74
  file_number:
75
- property: decision_number
75
+ property: file_number
76
76
  text: File number
77
77
  category:
78
78
  property: category_names
@@ -110,7 +110,7 @@ tribunal:
110
110
  property: appeal_number
111
111
  text: Appeal number
112
112
  file_number:
113
- property: decision_number
113
+ property: file_number
114
114
  text: File number
115
115
  promulgated_on:
116
116
  property: promulgated_on
@@ -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.0 ruby lib
5
+ # stub: moj_tribunals_config 1.5.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "moj_tribunals_config"
9
- s.version = "1.5.0"
9
+ s.version = "1.5.1"
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-10"
14
+ s.date = "2015-02-18"
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.0
4
+ version: 1.5.1
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-10 00:00:00.000000000 Z
11
+ date: 2015-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: shoulda