usps_flags 0.1.25 → 0.1.26

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: 143f1a8c230ced0a6083dc05b6f37f95e8069d7a
4
- data.tar.gz: 6edb326954eb641bb49db42d949983f93f528d3e
3
+ metadata.gz: eaffc7ccddc27ce5e71b12e62c4ca7b9dacefc15
4
+ data.tar.gz: 2e12d76245da32f5f244faae056c79033742e083
5
5
  SHA512:
6
- metadata.gz: 2ac2761bf82c24039358ae4b5eadb66cb7f92f8b5e5624594018ca7916fc969f990d0eed04474e987ea00b24a4e73d739d6ee33ba9a9a38751c4088996da7c1d
7
- data.tar.gz: fb7c5156a9a3c07c0e14d87d4776c670099bd16d896eec6d1cf21907da200106de8688238e66dcea3b44b5414573625dbed923b40e541d8efa92170c440bfeba
6
+ metadata.gz: 125aed09b0115a6c149b280fbf91a6e2404b98b5abb49bd56f9624f1e038de06a27481690c91dac356bc4b7af6b67e374d4cf4bccceb18f8184330284740d678
7
+ data.tar.gz: b4d47e17b881b673ef4c3880da22fab90348d816300b3cbd6936c7e74e8535084dbe4d71f49ea6ec43821ab3f372b979ee51adcb7b4f5ed84f9a912cee812e42
checksums.yaml.gz.sig CHANGED
Binary file
data/.travis.yml CHANGED
@@ -4,3 +4,7 @@ rvm:
4
4
  branches:
5
5
  except:
6
6
  - "^v[0-9]+\\.[0-9]+\\.[0-9]+(?:-.*)?"
7
+ notifications:
8
+ email:
9
+ on_success: change
10
+ on_failure: always
data/CONTRIBUTING.md CHANGED
@@ -1,4 +1,4 @@
1
- # Welcome!
1
+ # Contributing to USPSFlags
2
2
 
3
3
  Thank you for your interest in improving the USPSFlags generator!
4
4
 
@@ -10,7 +10,7 @@ If you would like to submit a pull request, please use atomic (rather than squas
10
10
 
11
11
  You can contact me via GitHub, Twitter, or email.
12
12
 
13
- # License
13
+ ## License
14
14
 
15
15
  This project is released under the [GPLv3](https://raw.github.com/jfiander/usps-flags/master/LICENSE). All images generated (other than the US Ensign) are [registered trademarks](http://www.usps.org/national/itcom/trademark.html) of United States Power Squadrons.
16
16
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- usps_flags (0.1.25)
4
+ usps_flags (0.1.26)
5
5
  file_utils (~> 1.1, >= 1.1.2)
6
6
  mini_magick (~> 4.8, >= 4.8.0)
7
7
  rubyzip (~> 1.2, >= 1.2.1)