dev 1.0.167 → 1.0.168

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 (2) hide show
  1. data/lib/dev/Project.rb +1 -1
  2. metadata +1 -1
@@ -22,7 +22,7 @@ class Project < Hash
22
22
  h[:name]=get_default_value_name
23
23
  h[:version]= "#{SemVer.find.major}.#{SemVer.find.minor}.#{SemVer.find.patch}"
24
24
  h[:src_glob]="**/{*.{rb,feature,spec,cs,c,m,cpp,h,hpp,csproj,vcproj,snk,vcxproj,xcodeproj,plist,xib,sln,filters,xaml,xml,resx,settings,txt,png,bmp,ico},Jamfile,.semver,Gemfile,README,LICENSE}"
25
- h[:src_glob]="**/{*.{rb,feature,spec,cs,c,m,cpp,h,hpp,csproj,vcproj,snk,vcxproj,xcodeproj,plist,pch,xib,sln,filters,xaml,xml,resx,settings,txt,png,bmp,ico},Jamfile,.semver,Gemfile,README,LICENSE}" if RUBY_PLATFORM.include?("darwin")
25
+ h[:src_glob]="**/{*.{rb,feature,spec,cs,c,m,cpp,h,hpp,csproj,vcproj,snk,vcxproj,xcodeproj,plist,pch,strings,storyboard,xib,sln,filters,xaml,xml,resx,settings,txt,png,bmp,ico},Jamfile,.semver,Gemfile,README,LICENSE}" if RUBY_PLATFORM.include?("darwin")
26
26
  h[:type]=get_default_value_type
27
27
  h[:dev_root]= "#{Dev::Environment.dev_root}"
28
28
  if !Dev::BoostBuild.defaultToolset.nil?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.167
4
+ version: 1.0.168
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: