Sha256: 3f405778a67f3f6dcc7d61c119ced08fc9623c3213dd63341a34bf5f9a9923cd
Contents?: true
Size: 328 Bytes
Versions: 5
Compression:
Stored size: 328 Bytes
Contents
guard 'bundler' do watch(/^.+\.gemspec/) end guard 'yard' do watch(%r{lib/.+\.rb}) end guard 'rspec', :version => 2, :spec_paths => "spec/unit" do watch(%r{lib/.+\.rb}) watch(%r{spec/.+\.rb}) end guard 'rspec', :version => 2, :spec_paths => "spec/integration" do watch(%r{lib/.+\.rb}) watch(%r{spec/.+\.rb}) end
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
ashikawa-ar-0.1.3 | Guardfile |
ashikawa-ar-0.1.2 | Guardfile |
ashikawa-core-0.3.0 | Guardfile |
ashikawa-core-0.2.1 | Guardfile |
ashikawa-core-0.2 | Guardfile |