crossplane 0.1.5

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 492102caded205241d78bb8a169380028a87911b
4
+ data.tar.gz: 00d44b96973da433ef2da9e60ed56103c9141243
5
+ SHA512:
6
+ metadata.gz: a6e6b680360d3c230d53343319b9de228bf7ce2cf87e7c9c818877b44848e386592dad2419463b9ea1faa9b2316160419f5e58c74a7bae9b4391538412f6d0ca
7
+ data.tar.gz: b1308eb3b09ad3fc67526479f219347e4a1852adfe50160819354e895f8a86f6ea51e687b3de5fdfcb36a19518f6ca1e39f6c79cb788e7ec317a4aa6dfc45b6a
data/bin/crossplane ADDED
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ $: << File.expand_path('../lib', __FILE__)
4
+ require 'thor'
5
+ require 'crossplane/cli'
6
+ #require_relative '../lib/crossplane/cli.rb'
7
+ CLI.start