linchpin 0.0.10 → 0.0.11

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: f654547924ff5f816b78ae623521c88e8248fb3e04b14734289ee6e6c1ff3663
4
- data.tar.gz: b489c6d8f02fc63efd51e4449b60b4f44afd2fee247507671c9f11fa247799e5
3
+ metadata.gz: 5475b22f3a1c7da73bda36f8fe8842417406aa0291da63736f346e228f19ce6e
4
+ data.tar.gz: 8a7ae4ffea8e4fe2265cbbf86067bb7d97293411b0020c2503ba8f3d3a5a5e73
5
5
  SHA512:
6
- metadata.gz: 308b09ec6b7e01f53bec8fffb1dc30e6ea7bff4ff3581f6971788db7cf04affc177aa7356f8aea3b2af672c81501772de2f505763f4ddd04dbd9ea2c134514e1
7
- data.tar.gz: 65980c3dd99a07784c4b40195cdd337dccb0246b88032a19e61f596d1eed1a33d24cf6287ace543fc08e19801b41537e4ca5587d1628acc0932f5fe8903458bf
6
+ metadata.gz: 2fc182ac9ab18e5c211ba3e8a6480058b5e085e0e4fdaae4dad732a19dcdf0febfff4c8853e97c8cac5dceed6a4afcade08f6419bf69806869ba65cff73d00c2
7
+ data.tar.gz: 225a81354f31b6243fe7c68cf2825dfcaaf03a8dccb3b18b91e9c3ecb3f5c0b288aa26686b7165697c81519b95f6468601ddfbbdab5f86be85528e8910cc42f8
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' or path.include? 'WebMVC' )
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.10'
2
+ VERSION = '0.0.11'
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.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Everton