va_common 0.3.5 → 0.3.6

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: f538f6a8a8e7d9a73b2bd006d377d86fc4d1c0ae
4
- data.tar.gz: b30fe6602e17a96f3c6f7b7f747551c0ffd52927
3
+ metadata.gz: ac5998a73f24a2b8839da399330d1897bc123957
4
+ data.tar.gz: f7ee76b1ca7770f8c8c9e1631c931ed865c96e28
5
5
  SHA512:
6
- metadata.gz: c18dd368198785d53995c4a1bd38e0a500094524345241073cef3bd916c2e68bcdabb949f95eaaf8ad41716651fca1321508356a3089b3a7d596e00c730aa4d0
7
- data.tar.gz: c7810469b4fe3741c6629ec4add5c450c3d1df74726c48fd1f47c30197726ca12bbeb578e4daa269a5629f7f530a04587fb9c2ac6c1b2566b36d929a2e87958c
6
+ metadata.gz: e781ae6ecdb69339c4c7589b51b4a73602c9e5ca0c146795c6f327c830caa3190a7b180ba498bcf18df721bd4ebd5df025934afb61067d9ebd69a496284bef90
7
+ data.tar.gz: 83fc30cf753e6ea41ccfcc34b4c940fe9c21ae39b433c5db877872c75e051cf55735036bb472a084fdf29667e9c89a2244e51dea75e6ec47cef496ceade06c50
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # VaCommon
1
+ # Va_Common
2
2
 
3
3
  This includes generation of header and footer, as well as the assets for vets.gov, such as javascript, scss, images, fonts.
4
4
 
@@ -63,7 +63,13 @@ Create a new file called application_split2.css to the same directory as applica
63
63
 
64
64
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake false` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
65
65
 
66
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
66
+ To install this gem onto your local machine, run `bundle exec rake install`.
67
+
68
+ ## Releasing
69
+
70
+ You will need to be added as an owner of va_common to release a new version. If you have never released a gem before, go to [rubygems.org](https://rubygems.org) and create an account. Then from the command line run `curl -u qrush https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials; chmod 0600 ~/.gem/credentials`
71
+
72
+ To release a new version, update the version number in `lib/va_common/version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
67
73
 
68
74
  ## Contributing
69
75
 
@@ -63,7 +63,7 @@
63
63
 
64
64
  <div class="large-8 columns">
65
65
  <ul class="final-list">
66
- <li><a target="_blank" href="http://va.gov/">VA.gov</a></li>
66
+ <li><a target="_blank" href="http://www.va.gov/">VA.gov</a></li>
67
67
  <li><a target="_blank" href="http://www.va.gov/oig/">Inspector General</a></li>
68
68
  <li><a target="_blank" href="http://www.section508.va.gov/">Accessibility</a></li>
69
69
  <li><a target="_blank" href="http://www.va.gov/privacy/">Privacy</a></li>
@@ -149,4 +149,4 @@ UserVoice.push(['autoprompt', {}]);
149
149
  <!--
150
150
  "To care for him who shall have borne the battle and for his widow, and his orphan."
151
151
  - Abraham Lincoln
152
- -->
152
+ -->
@@ -65,10 +65,10 @@
65
65
  <button type="usa-button" id="overlay-close-button" class="overlay-close close-reveal-modal" aria-label="Close">Close</button>
66
66
 
67
67
  <div class="menu">
68
- <form accept-charset="UTF-8" action="https://search.usa.gov/search" id="search_form" method="get">
68
+ <form accept-charset="UTF-8" action="https://search.vets.gov/search" id="search_form" method="get">
69
69
  <div style="margin:0;padding:0;display:inline">
70
70
  <input name="utf8" type="hidden" value="&#x2713;" /></div>
71
- <input id="affiliate" name="affiliate" type="hidden" value="vets.gov_staging" />
71
+ <input id="affiliate" name="affiliate" type="hidden" value="vets.gov_search" />
72
72
  <label for="mobile-query">Search:</label>
73
73
  <div class="row collapse">
74
74
  <div class="small-9 columns">
@@ -83,11 +83,11 @@
83
83
  </div>
84
84
 
85
85
  <div class="medium-5 medium-offset-3 text-right columns show-for-medium-up">
86
- <form accept-charset="UTF-8" action="https://search.usa.gov/search" id="search_form" method="get">
86
+ <form accept-charset="UTF-8" action="https://search.vets.gov/search" id="search_form" method="get">
87
87
  <div style="margin:0;padding:0;display:inline">
88
88
  <input name="utf8" type="hidden" value="&#x2713;" />
89
89
  </div>
90
- <input id="affiliate" name="affiliate" type="hidden" value="vets.gov_staging" />
90
+ <input id="affiliate" name="affiliate" type="hidden" value="vets.gov_search" />
91
91
  <label for="query">Search:</label>
92
92
  <div class="row collapse">
93
93
  <div class="small-9 columns">
@@ -1,3 +1,3 @@
1
1
  module VaCommon
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: va_common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emily Wright-Moore
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-01-26 00:00:00.000000000 Z
11
+ date: 2016-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -386,7 +386,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
386
386
  version: '0'
387
387
  requirements: []
388
388
  rubyforge_project:
389
- rubygems_version: 2.4.5.1
389
+ rubygems_version: 2.5.1
390
390
  signing_key:
391
391
  specification_version: 4
392
392
  summary: common elements - header and footer for vets.gov