bitsy-bitcoin 0.0.2 → 0.0.3

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: 79cae31743d615749a9cd43a48fadcaf39638852
4
- data.tar.gz: ac4ecbcc982d5a2e5e5443b6db62852530e795e0
3
+ metadata.gz: c78222a408262d9c73a8894dbf6b604f6fd815d7
4
+ data.tar.gz: 97a3f99fad392c46eb0a3c6ce2af968610880100
5
5
  SHA512:
6
- metadata.gz: add22aa812ab5a4042b1b7c0fcc80c4dc38293e92c1e390023a4fddbf3666fbd0384462afd43bd9ecd232ef328d0039c05116353a0674ec35f36d105c7996005
7
- data.tar.gz: 516878fbad9b6a4ab7ba19b2a48e34f47404684d435475b1605f4672a95097bf6ca5d893fe240a7bed5ec876891e01d9399904d547209aa82477b20262ab3d14
6
+ metadata.gz: 7e6fbe7a7903a2f6661810243bb5bb1bcd2dc27105df5dcef5973ad66aea4619b64e5033f6850198eba8faef388695c3a5638b9f7d1d863ead353ca6772c213f
7
+ data.tar.gz: 1c212d953ff8ab8aae24ae05abb83692abf5dd5a2cf9e0aeecb72ef7ae26f5658e496c6d90fc7b823eea7de3d7d0017c9c687b54a666af1cf5c85142c1fb8082
data/lib/bitsy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Bitsy
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -17,6 +17,13 @@ module Bitsy
17
17
  )
18
18
  end
19
19
 
20
+ def create_clockwork_config_file
21
+ copy_file(
22
+ "clock.rb",
23
+ File.join("lib", "clock.rb")
24
+ )
25
+ end
26
+
20
27
  def ignore_bitsy_yml
21
28
  append_file ".gitignore", "config/bitsy.yml"
22
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitsy-bitcoin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ramon Tayag
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-21 00:00:00.000000000 Z
11
+ date: 2014-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -313,8 +313,8 @@ files:
313
313
  - lib/bitsy/config.rb
314
314
  - lib/bitsy/engine.rb
315
315
  - lib/bitsy/version.rb
316
- - lib/clock.rb
317
316
  - lib/generators/bitsy/config/templates/bitsy.yml
317
+ - lib/generators/bitsy/config/templates/clock.rb
318
318
  - lib/generators/bitsy/config/templates/initializer.rb
319
319
  - lib/generators/bitsy/config_generator.rb
320
320
  - lib/tasks/bitsy_tasks.rake