rwanda-rails 0.1.0 → 0.1.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: ad502f0a281bcf78605a19fb8354a34d60a508af
4
- data.tar.gz: 1c7437da4036eb9e547a3313705c8c7307ec07ef
3
+ metadata.gz: 873e1fce4d44f6fc5a63a5c2104196cd9650ab7c
4
+ data.tar.gz: d20f98a83268785211d66735def1a7b88fa38374
5
5
  SHA512:
6
- metadata.gz: 27e4911592391991ac956f443fac05d3b1d3fa9b40281cc4d313e317a5bdd6d372d450c9c691e0746ab01d7276de4f2dae3f6421c3307fb83c4be33907820ac0
7
- data.tar.gz: b4e34a1b2c53267ce46ed2480b1fb769a70795a49da6aec251cb05df5653d7c3000c602964d6c2f82b022ab7d881dc92fcd183fd9a7445df8180a4d328ec5f01
6
+ metadata.gz: e92d998f8564e59a0c64611b716183b0ffee28d115f2e78482f7d7f2a3472664ae098d5588412e5277a702820ac1a2631e80d66cfb5160447a5198510ab66334
7
+ data.tar.gz: bc7e70e77c7f09d4f12019d28e4d4905aa5dcf9bb3abccdab65b72156d44231b7890381272cbb46b599b613b3677b6e8b555ea5ddf7de504e484766f962acc2a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1
4
+
5
+ * Allow rwanda version to increment
6
+
3
7
  ## 0.1.0
4
8
 
5
9
  * Rails-only components of Rwanda geography moved over from bespoke project
data/README.md CHANGED
@@ -44,6 +44,10 @@ The model to which you're adding a Rwandan location needs attributes `district`,
44
44
  rails generate migration add_location_to_person district:string sector:string cell:string village:string
45
45
  ```
46
46
 
47
+ ## Status
48
+
49
+ [![Gem Version](https://badge.fury.io/rb/rwanda-rails.svg)](http://badge.fury.io/rb/rwanda-rails)
50
+
47
51
  ## Contributing
48
52
 
49
53
  1. Fork it ( https://github.com/repent/rwanda-rails/fork )
@@ -1,5 +1,5 @@
1
1
  class Rwanda
2
2
  module Rails
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
data/rwanda-rails.gemspec CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
  spec.add_development_dependency "rspec"
26
26
  spec.add_development_dependency "pry", "~> 0.10.1"
27
27
  spec.add_runtime_dependency "rails", "~> 4.1.4"
28
- spec.add_runtime_dependency "rwanda", "~> 0.6.0"
28
+ spec.add_runtime_dependency "rwanda", ">= 0.6.0"
29
29
  end
30
30
 
31
31
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rwanda-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Hetherington
@@ -84,14 +84,14 @@ dependencies:
84
84
  name: rwanda
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - "~>"
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
89
  version: 0.6.0
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - "~>"
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: 0.6.0
97
97
  description: