linchpin 0.0.9 → 0.0.10

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
  SHA256:
3
- metadata.gz: '033903bb0c33db5485d6adbb814598ab289f369ce3b3d40a0f5c5cd15bb29be6'
4
- data.tar.gz: a4dcf6c3654c674ceab6a55b516e875d04c86737b460f760e7b320c67c712919
3
+ metadata.gz: f654547924ff5f816b78ae623521c88e8248fb3e04b14734289ee6e6c1ff3663
4
+ data.tar.gz: b489c6d8f02fc63efd51e4449b60b4f44afd2fee247507671c9f11fa247799e5
5
5
  SHA512:
6
- metadata.gz: 32da46ca874ec324565e6ba7e19ec85155b85085ae683c38443eaa78e1c0c72a064be0cd498d4c0297ccc955fcdfe14dec16af3810e43d1489c2b370e4a39f17
7
- data.tar.gz: c9cf79a572c1bcf535e0934951ac6bbf4ead3816f0467d14343d5baa6091ffb4c3d88a69bd3634267b80416d4fa3931ea59a72ddf5587e1e8deab946a44449c9
6
+ metadata.gz: 308b09ec6b7e01f53bec8fffb1dc30e6ea7bff4ff3581f6971788db7cf04affc177aa7356f8aea3b2af672c81501772de2f505763f4ddd04dbd9ea2c134514e1
7
+ data.tar.gz: 65980c3dd99a07784c4b40195cdd337dccb0246b88032a19e61f596d1eed1a33d24cf6287ace543fc08e19801b41537e4ca5587d1628acc0932f5fe8903458bf
data/lib/linchpin/cli.rb CHANGED
@@ -78,7 +78,7 @@ class LinchpinCLI < Thor
78
78
  def build_dotnet(app_name, version)
79
79
  entry_dir = ''
80
80
  Find.find('./') do |path|
81
- if path =~ /.*Program\.cs$/ and !path.include? 'common' and !path.include? 'obj' and path.include? 'API'
81
+ if ( path =~ /.*Program\.cs$/ and !path.include? 'common' and !path.include? 'obj' and ( path.include? 'API' or path.include? 'WebMVC' )
82
82
  puts "Found #{path}"
83
83
  entry_dir = File.dirname(path)
84
84
  end
@@ -1,3 +1,3 @@
1
1
  module Linchpin
2
- VERSION = '0.0.9'
2
+ VERSION = '0.0.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linchpin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Everton