starting_blocks-elixir 1.0.0 → 1.0.1

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
  SHA1:
3
- metadata.gz: 2869c58bbabe41bd30d648be845e2ef4aac2b95b
4
- data.tar.gz: 39146145599cf987e5ba1370531baa616845cb88
3
+ metadata.gz: f299772045337f8ca4bf414748dd2a21ccca53c5
4
+ data.tar.gz: f71dfb5a30a0882469ac4add14b90290e671e165
5
5
  SHA512:
6
- metadata.gz: 00796d141627e6552c4faeccac85ff5e2a6d29141aa84a33eb0191920e6b95e12327650232c8c1c80c7a02158d3de6b3934ee618f90391355d819955c6fdc8df
7
- data.tar.gz: 5cc80339d555ad3fa0f0d5a5d741f4feab2ede465214e948b0854926df865712855dec74a7881e5050359f006322ce8b5821ce308acf4ea21670f859c002231e
6
+ metadata.gz: 973bc79be187d0baa7d71cb70af6a83ac5b8d3931101f8fb1748304dec91e4480fb25c5ec22f15a1dff2cd45d6ca10918294ddfe433104240667ed55c8856272
7
+ data.tar.gz: 236b7fbf5982cd016aa06c516b710d0af2298dd1faca080c9b88bb320d56cf727c44c0a4993fb36f154983f2d747d99bef5d1a1387693b45f9188e0dd6f4544f
@@ -1,4 +1,4 @@
1
- class ElixirContract < Contract
1
+ class ElixirContract < StartingBlocks::Contract
2
2
 
3
3
  def file_clues
4
4
  ["test", "spec"]
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "starting_blocks-elixir"
7
- spec.version = "1.0.0"
7
+ spec.version = "1.0.1"
8
8
  spec.authors = ["Darren Cauthon"]
9
9
  spec.email = ["darren@cauthon.com"]
10
10
  spec.description = %q{Run your elixir tests automatically.}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: starting_blocks-elixir
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darren Cauthon