anvil-core 0.4.1 → 0.4.2
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 +4 -4
- data/VERSION +1 -1
- data/lib/anvil.rb +1 -0
- metadata +21 -21
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3cbc3597b0a252a969f4a00ade732c8e8128ba7f
|
|
4
|
+
data.tar.gz: 60f784361da58c2b46d68646dd8c380aa93a28fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2375445573b0816511069450ea8d95fc543bf2f156a5aeb5c8d7fe946e8c7aa40ac6eff003b008fa5a240ce5c04eaf048cf058cfd241d1d36a8ec7a982d8c45
|
|
7
|
+
data.tar.gz: b5be65b34d1e8c0fa6e8c58f805a01df857dde02cb5611c0865f451aa75542d396b255bdacd60d9acbd5ce461be24ecc930a242f86ae1285f9f4a2e5d90805ca
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.2
|
data/lib/anvil.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: anvil-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fran Casas
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-07-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: git
|
|
@@ -239,40 +239,40 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
239
239
|
requirements:
|
|
240
240
|
- - ">="
|
|
241
241
|
- !ruby/object:Gem::Version
|
|
242
|
-
version:
|
|
242
|
+
version: 2.1.0
|
|
243
243
|
requirements: []
|
|
244
244
|
rubyforge_project:
|
|
245
|
-
rubygems_version: 2.
|
|
245
|
+
rubygems_version: 2.3.0
|
|
246
246
|
signing_key:
|
|
247
247
|
specification_version: 4
|
|
248
248
|
summary: Anvil is a tool for building tools. A tool that a real craftsmen uses to
|
|
249
249
|
build its tools.
|
|
250
250
|
test_files:
|
|
251
|
+
- spec/spec_helper.rb
|
|
252
|
+
- spec/support/fixtures/foo/dummy_task.rb
|
|
253
|
+
- spec/support/fixtures/dummy_after_task.rb
|
|
254
|
+
- spec/support/fixtures/dummy_failed_assure.rb
|
|
255
|
+
- spec/support/fixtures/dummy_task.rb
|
|
256
|
+
- spec/support/fixtures/dummy_assure.rb
|
|
257
|
+
- spec/support/fixtures/dummy_before_task.rb
|
|
258
|
+
- spec/support/dot_anvil/config.rb
|
|
259
|
+
- spec/support/shared/config_context.rb
|
|
260
|
+
- spec/support/shared/fake_fs_context.rb
|
|
251
261
|
- spec/lib/anvil/assure_spec.rb
|
|
252
|
-
- spec/lib/anvil/assures/directory_assure_spec.rb
|
|
253
|
-
- spec/lib/anvil/assures/file_assure_spec.rb
|
|
254
262
|
- spec/lib/anvil/cli_spec.rb
|
|
263
|
+
- spec/lib/anvil/task_spec.rb
|
|
255
264
|
- spec/lib/anvil/config_spec.rb
|
|
256
|
-
- spec/lib/anvil/
|
|
265
|
+
- spec/lib/anvil/assures/file_assure_spec.rb
|
|
266
|
+
- spec/lib/anvil/assures/directory_assure_spec.rb
|
|
267
|
+
- spec/lib/anvil/versioner_spec.rb
|
|
257
268
|
- spec/lib/anvil/parser_spec.rb
|
|
258
269
|
- spec/lib/anvil/task/callback_spec.rb
|
|
259
270
|
- spec/lib/anvil/task/naming_spec.rb
|
|
260
|
-
- spec/lib/anvil/task/options_spec.rb
|
|
261
271
|
- spec/lib/anvil/task/projects_spec.rb
|
|
262
|
-
- spec/lib/anvil/
|
|
263
|
-
- spec/lib/anvil/
|
|
272
|
+
- spec/lib/anvil/task/options_spec.rb
|
|
273
|
+
- spec/lib/anvil/extensions_manager_spec.rb
|
|
264
274
|
- spec/lib/tasks/gem/build_task_spec.rb
|
|
265
275
|
- spec/lib/tasks/gem/bump_task_spec.rb
|
|
266
276
|
- spec/lib/tasks/gem/release_task_spec.rb
|
|
267
|
-
- spec/lib/tasks/projects/add_task_spec.rb
|
|
268
277
|
- spec/lib/tasks/projects/list_task_spec.rb
|
|
269
|
-
- spec/
|
|
270
|
-
- spec/support/dot_anvil/config.rb
|
|
271
|
-
- spec/support/fixtures/dummy_after_task.rb
|
|
272
|
-
- spec/support/fixtures/dummy_assure.rb
|
|
273
|
-
- spec/support/fixtures/dummy_before_task.rb
|
|
274
|
-
- spec/support/fixtures/dummy_failed_assure.rb
|
|
275
|
-
- spec/support/fixtures/dummy_task.rb
|
|
276
|
-
- spec/support/fixtures/foo/dummy_task.rb
|
|
277
|
-
- spec/support/shared/config_context.rb
|
|
278
|
-
- spec/support/shared/fake_fs_context.rb
|
|
278
|
+
- spec/lib/tasks/projects/add_task_spec.rb
|