epm 0.3.10 → 0.3.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/epm +1 -0
- data/lib/epm/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9305034862412d5b38d2f2500d5485212184fc0
|
4
|
+
data.tar.gz: 07c35e7466a169ae1a88aed55e487df0a9cf6e0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 629ddf71a60fe757e7ec7caeaec729b944c73a13a91175df66620ff34ecbe3bd1102c33c6c890524b1ada835c3fb1de5347121e2059d9f2124091fbcd4ee3082
|
7
|
+
data.tar.gz: daf494720627e4ccb465290c5f93340d7086aac244eb3281e29143d41115f16e6bdd593ee8cd23f5dddc92d843d3ff476474ab9d41506dab21423a0b50257e1e
|
data/bin/epm
CHANGED
@@ -42,6 +42,7 @@ command :transact do |c|
|
|
42
42
|
c.syntax = 'epm transact'
|
43
43
|
c.description = 'Send a transaction to a contract. Note this is to work with contracts, it will not (by default) send ether.'
|
44
44
|
c.action do |args|
|
45
|
+
EPM.transact(args)
|
45
46
|
print "Transaction Sent.\n"
|
46
47
|
end
|
47
48
|
end
|
data/lib/epm/version.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
VERSION ||= "0.3.
|
1
|
+
VERSION ||= "0.3.11"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: epm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Casey Kuhlman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: commander
|