wire-framework 0.1.3.1 → 0.1.3.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/app/repo/svn.rb +1 -1
  3. data/lib/wire.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea7b83cba728384945f10c7f35e48976c44212a5
4
- data.tar.gz: 4fcb6129d6fffdb135b6a5503e72965458d9ff78
3
+ metadata.gz: fc35d529902d0cd27e80cb2ff2270d99a49f84bc
4
+ data.tar.gz: 50fc7121aa78354aa5e8dc252ef7668ea4c5ba0c
5
5
  SHA512:
6
- metadata.gz: d83d852893bee1873dc2f33ba1abea191025b07a8742ea663a8f8d6d9fb35f22536446a9aaad1fb304893d64d167300522a872270f0443b43d813d842435b4a5
7
- data.tar.gz: 9931a5e44f639b475c67ba29c2e1d18d25334dcbf4f622d6606a02c1dd82941118113a76d2a8b61b68b01a0f9e2e9227e65b523b29b9a6d18669344f88c7c5a8
6
+ metadata.gz: 610684b373bb441649008e712bc04374fe23b2b35258297ca0b55cf6cbc99d1c00c36bb26aa82721ea3939e169492be8a609261eddc3b0012c67c5dcf0229e0a
7
+ data.tar.gz: 45d57f1f3702895bd93af4a333106afcdea43f824f82b61bc28fa7f7ea8b9a7866ffd5c4fa15ffb027aa814177dd04cc5f554e9badd48a9c133e59030599f237
data/lib/app/repo/svn.rb CHANGED
@@ -170,7 +170,7 @@ module Repo
170
170
  file = File.open(file_path, 'w+')
171
171
  file.syswrite(content)
172
172
  file.close
173
- `svn add /tmp/svn/#{repo}/*`
173
+ `svn add --force /tmp/svn/#{repo}/*`
174
174
  `svn propset svn:mime-type "#{mime}" #{file_path}`
175
175
  `svn commit #{options} -m "#{message}" /tmp/svn/#{repo}`
176
176
  if $?.exitstatus == 0
data/lib/wire.rb CHANGED
@@ -24,5 +24,5 @@ end
24
24
  # @author Bryan T. Meyers
25
25
  module Wire
26
26
  # Current version of the Wire Gem
27
- VERSION = '0.1.3.1'
27
+ VERSION = '0.1.3.2'
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wire-framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.1
4
+ version: 0.1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan T. Meyers