--- !ruby/object:Gem::Specification
name: physique
version: !ruby/object:Gem::Version
  version: 0.3.5
platform: ruby
authors:
- Robert Scaduto
autorequire: 
bindir: bin
cert_chain: []
date: 2015-02-23 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: bundler
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: rspec
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 2.14.1
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 2.14.1
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '10'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '10'
- !ruby/object:Gem::Dependency
  name: semver2
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '3.4'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '3.4'
- !ruby/object:Gem::Dependency
  name: activesupport
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '4.1'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '4.1'
- !ruby/object:Gem::Dependency
  name: map
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '6.5'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '6.5'
- !ruby/object:Gem::Dependency
  name: albacore
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '2.3'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '2.3'
description: Beautiful builds for .NET projects
email:
- rscaduto@thirdwave.it
executables: []
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- FLUENT_MIGRATOR.md
- Gemfile
- Gemfile.lock
- README.md
- RUBY_SETUP.md
- Rakefile
- lib/physique.rb
- lib/physique/config.rb
- lib/physique/dsl.rb
- lib/physique/project_path_resolver.rb
- lib/physique/solution.rb
- lib/physique/task_builders/build.rb
- lib/physique/task_builders/default.rb
- lib/physique/task_builders/fluent_migrator.rb
- lib/physique/task_builders/nuget.rb
- lib/physique/task_builders/octopus.rb
- lib/physique/task_builders/publish_nugets.rb
- lib/physique/task_builders/test.rb
- lib/physique/tasks/fluent_migrator.rb
- lib/physique/tasks/nugets_pack.rb
- lib/physique/tasks/octopus_pack.rb
- lib/physique/tasks/sqlcmd.rb
- lib/physique/tasks/versionizer.rb
- lib/physique/tasks_builder.rb
- lib/physique/tool_locator.rb
- lib/physique/version.rb
- physique.gemspec
- spec/fluent_migrator_config_spec.rb
- spec/project_spec.rb
- spec/publish_nugets_spec.rb
- spec/solution_spec.rb
- spec/sqlcmd_spec.rb
- spec/support/shared_contexts/rake.rb
- spec/task_builders/build_spec.rb
- spec/task_builders/default_spec.rb
- spec/task_builders/fluent_migrator_spec.rb
- spec/task_builders/nspec_spec.rb
- spec/task_builders/nuget_spec.rb
- spec/test_data/solutions/.nuget/NuGet.Config
- spec/test_data/solutions/.nuget/NuGet.exe
- spec/test_data/solutions/.nuget/NuGet.targets
- spec/test_data/solutions/.nuget/packages.config
- spec/test_data/solutions/basic/.semver
- spec/test_data/solutions/basic/Basic.Tests/Basic.Tests.csproj
- spec/test_data/solutions/basic/Basic.Tests/Class1.cs
- spec/test_data/solutions/basic/Basic.Tests/Properties/AssemblyInfo.cs
- spec/test_data/solutions/basic/Basic.Tests/packages.config
- spec/test_data/solutions/basic/Basic.sln
- spec/test_data/solutions/basic/Basic/Basic.csproj
- spec/test_data/solutions/basic/Basic/Class1.cs
- spec/test_data/solutions/basic/Basic/Properties/AssemblyInfo.cs
- spec/test_data/solutions/basic/Rakefile.rb
- spec/test_data/solutions/basic/packages.config
- spec/test_data/solutions/fluent-migrator/.semver
- spec/test_data/solutions/fluent-migrator/Basic.Migrations/Basic.Migrations.csproj
- spec/test_data/solutions/fluent-migrator/Basic.Migrations/Properties/AssemblyInfo.cs
- spec/test_data/solutions/fluent-migrator/Basic.Migrations/TestMigration.cs
- spec/test_data/solutions/fluent-migrator/Basic.Migrations/_Scripts/create.sql
- spec/test_data/solutions/fluent-migrator/Basic.Migrations/_Scripts/drop.sql
- spec/test_data/solutions/fluent-migrator/Basic.Migrations/_Scripts/seed.sql
- spec/test_data/solutions/fluent-migrator/Basic.Migrations/packages.config
- spec/test_data/solutions/fluent-migrator/Basic.Specs/Basic.Specs.csproj
- spec/test_data/solutions/fluent-migrator/Basic.Specs/Class1.cs
- spec/test_data/solutions/fluent-migrator/Basic.Specs/DebuggerShim.cs
- spec/test_data/solutions/fluent-migrator/Basic.Specs/Properties/AssemblyInfo.cs
- spec/test_data/solutions/fluent-migrator/Basic.Specs/packages.config
- spec/test_data/solutions/fluent-migrator/Basic.sln
- spec/test_data/solutions/fluent-migrator/Basic/Basic.csproj
- spec/test_data/solutions/fluent-migrator/Basic/Class1.cs
- spec/test_data/solutions/fluent-migrator/Basic/Properties/AssemblyInfo.cs
- spec/test_data/solutions/fluent-migrator/Basic/packages.config
- spec/test_data/solutions/fluent-migrator/Rakefile.rb
- spec/test_data/solutions/multiple-fluent-migrator/.semver
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Migrations1/Basic.Migrations1.csproj
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Migrations1/Class1.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Migrations1/Properties/AssemblyInfo.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Migrations2/Basic.Migrations2.csproj
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Migrations2/Class1.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Migrations2/Properties/AssemblyInfo.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Specs/Basic.Specs.csproj
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Specs/Class1.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Specs/DebuggerShim.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Specs/Properties/AssemblyInfo.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Specs/packages.config
- spec/test_data/solutions/multiple-fluent-migrator/Basic.sln
- spec/test_data/solutions/multiple-fluent-migrator/Basic/Basic.csproj
- spec/test_data/solutions/multiple-fluent-migrator/Basic/Class1.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic/Properties/AssemblyInfo.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic/packages.config
- spec/test_data/solutions/multiple-fluent-migrator/Rakefile.rb
- spec/test_data/solutions/nspec/.semver
- spec/test_data/solutions/nspec/Basic.Specs/Basic.Specs.csproj
- spec/test_data/solutions/nspec/Basic.Specs/Class1.cs
- spec/test_data/solutions/nspec/Basic.Specs/DebuggerShim.cs
- spec/test_data/solutions/nspec/Basic.Specs/Properties/AssemblyInfo.cs
- spec/test_data/solutions/nspec/Basic.Specs/packages.config
- spec/test_data/solutions/nspec/Basic.sln
- spec/test_data/solutions/nspec/Basic/Basic.csproj
- spec/test_data/solutions/nspec/Basic/Class1.cs
- spec/test_data/solutions/nspec/Basic/Properties/AssemblyInfo.cs
- spec/test_data/solutions/nspec/Basic/packages.config
- spec/test_data/solutions/nspec/Rakefile.rb
- spec/test_data/tool_locator/Program Files/Microsoft SQL Server/110/Tools/Binn/SQLCMD.exe.txt
- spec/test_data/tool_locator/Windows/Microsoft.NET/Framework/v3.5/MSBuild.exe.txt
- spec/test_data/tool_locator/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe.txt
- spec/tool_locator_spec.rb
homepage: http://github.com/scardetto/physique
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.3.0
signing_key: 
specification_version: 4
summary: A conventional build framework supporting NUnit, FluentMigrator and Octopus
  Deploy
test_files:
- spec/fluent_migrator_config_spec.rb
- spec/project_spec.rb
- spec/publish_nugets_spec.rb
- spec/solution_spec.rb
- spec/sqlcmd_spec.rb
- spec/support/shared_contexts/rake.rb
- spec/task_builders/build_spec.rb
- spec/task_builders/default_spec.rb
- spec/task_builders/fluent_migrator_spec.rb
- spec/task_builders/nspec_spec.rb
- spec/task_builders/nuget_spec.rb
- spec/test_data/solutions/.nuget/NuGet.Config
- spec/test_data/solutions/.nuget/NuGet.exe
- spec/test_data/solutions/.nuget/NuGet.targets
- spec/test_data/solutions/.nuget/packages.config
- spec/test_data/solutions/basic/.semver
- spec/test_data/solutions/basic/Basic.Tests/Basic.Tests.csproj
- spec/test_data/solutions/basic/Basic.Tests/Class1.cs
- spec/test_data/solutions/basic/Basic.Tests/Properties/AssemblyInfo.cs
- spec/test_data/solutions/basic/Basic.Tests/packages.config
- spec/test_data/solutions/basic/Basic.sln
- spec/test_data/solutions/basic/Basic/Basic.csproj
- spec/test_data/solutions/basic/Basic/Class1.cs
- spec/test_data/solutions/basic/Basic/Properties/AssemblyInfo.cs
- spec/test_data/solutions/basic/Rakefile.rb
- spec/test_data/solutions/basic/packages.config
- spec/test_data/solutions/fluent-migrator/.semver
- spec/test_data/solutions/fluent-migrator/Basic.Migrations/Basic.Migrations.csproj
- spec/test_data/solutions/fluent-migrator/Basic.Migrations/Properties/AssemblyInfo.cs
- spec/test_data/solutions/fluent-migrator/Basic.Migrations/TestMigration.cs
- spec/test_data/solutions/fluent-migrator/Basic.Migrations/_Scripts/create.sql
- spec/test_data/solutions/fluent-migrator/Basic.Migrations/_Scripts/drop.sql
- spec/test_data/solutions/fluent-migrator/Basic.Migrations/_Scripts/seed.sql
- spec/test_data/solutions/fluent-migrator/Basic.Migrations/packages.config
- spec/test_data/solutions/fluent-migrator/Basic.Specs/Basic.Specs.csproj
- spec/test_data/solutions/fluent-migrator/Basic.Specs/Class1.cs
- spec/test_data/solutions/fluent-migrator/Basic.Specs/DebuggerShim.cs
- spec/test_data/solutions/fluent-migrator/Basic.Specs/Properties/AssemblyInfo.cs
- spec/test_data/solutions/fluent-migrator/Basic.Specs/packages.config
- spec/test_data/solutions/fluent-migrator/Basic.sln
- spec/test_data/solutions/fluent-migrator/Basic/Basic.csproj
- spec/test_data/solutions/fluent-migrator/Basic/Class1.cs
- spec/test_data/solutions/fluent-migrator/Basic/Properties/AssemblyInfo.cs
- spec/test_data/solutions/fluent-migrator/Basic/packages.config
- spec/test_data/solutions/fluent-migrator/Rakefile.rb
- spec/test_data/solutions/multiple-fluent-migrator/.semver
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Migrations1/Basic.Migrations1.csproj
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Migrations1/Class1.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Migrations1/Properties/AssemblyInfo.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Migrations2/Basic.Migrations2.csproj
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Migrations2/Class1.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Migrations2/Properties/AssemblyInfo.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Specs/Basic.Specs.csproj
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Specs/Class1.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Specs/DebuggerShim.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Specs/Properties/AssemblyInfo.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic.Specs/packages.config
- spec/test_data/solutions/multiple-fluent-migrator/Basic.sln
- spec/test_data/solutions/multiple-fluent-migrator/Basic/Basic.csproj
- spec/test_data/solutions/multiple-fluent-migrator/Basic/Class1.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic/Properties/AssemblyInfo.cs
- spec/test_data/solutions/multiple-fluent-migrator/Basic/packages.config
- spec/test_data/solutions/multiple-fluent-migrator/Rakefile.rb
- spec/test_data/solutions/nspec/.semver
- spec/test_data/solutions/nspec/Basic.Specs/Basic.Specs.csproj
- spec/test_data/solutions/nspec/Basic.Specs/Class1.cs
- spec/test_data/solutions/nspec/Basic.Specs/DebuggerShim.cs
- spec/test_data/solutions/nspec/Basic.Specs/Properties/AssemblyInfo.cs
- spec/test_data/solutions/nspec/Basic.Specs/packages.config
- spec/test_data/solutions/nspec/Basic.sln
- spec/test_data/solutions/nspec/Basic/Basic.csproj
- spec/test_data/solutions/nspec/Basic/Class1.cs
- spec/test_data/solutions/nspec/Basic/Properties/AssemblyInfo.cs
- spec/test_data/solutions/nspec/Basic/packages.config
- spec/test_data/solutions/nspec/Rakefile.rb
- spec/test_data/tool_locator/Program Files/Microsoft SQL Server/110/Tools/Binn/SQLCMD.exe.txt
- spec/test_data/tool_locator/Windows/Microsoft.NET/Framework/v3.5/MSBuild.exe.txt
- spec/test_data/tool_locator/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe.txt
- spec/tool_locator_spec.rb