repost 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 992d01a9f0c4a4dc6fe2988628d070283f692e088ce10ba6fc4465c110d541cf
4
- data.tar.gz: cbca51d809cbe61e944446d70a82a15b4a31d3c59f9dc0c233d998995174e5cb
3
+ metadata.gz: 92686dbbf2b6a931753ca3b6220693044d0ba8ab8ffb6fe64eddabdfcfbf2c90
4
+ data.tar.gz: 0062631de36280ff993193f273dabaae669931d6a01b897ca8c32e49733a2550
5
5
  SHA512:
6
- metadata.gz: 4f34b5e58109138127405fc55c67d4cf77ce85cd42a8a3e5baf8205ceb8c4bfbdbd28a0b01db05c330adfb612e26e1e4837e6438b2ee87d32eff735ab66a5e92
7
- data.tar.gz: 218fa71441226468cd404d734616c752f005c44714271cbb2cf97285a67d9fafa85e6f98f0fc78a5fd697664e2e433d6b62ccdd6ded47136bed08f178ca1d3b5
6
+ metadata.gz: 0b1b1efcb4717956a21004a6f78c9c22443d9fb83d3edee9bd1cc1a5514a196fe4bc80cc61815b321ebd483a3955f9f41b1a3105e4efacaaabcaa1c39c54cdda
7
+ data.tar.gz: 3979c6c7206a4439784716e36030a7b55187e27dd1c1d37fbe790b241b0fd62b29a9bffcee6dfe7fef35306b00064e7596d255382236ae15c8511ea5f1252315
@@ -1,6 +1,8 @@
1
- class Action
2
- def self.perform(*args)
3
- action = new(*args)
4
- action.perform
1
+ module Repost
2
+ class Action
3
+ def self.perform(*args)
4
+ action = new(*args)
5
+ action.perform
6
+ end
5
7
  end
6
8
  end
@@ -1,3 +1,3 @@
1
1
  module Repost
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repost
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - YaroslavO