firstkiss 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: 386cffa06f2c8e505e4c1a29e623835adb2ced20
4
- data.tar.gz: 4969fd1722a32b55f1a4ccd98c1ef716f4d1a819
3
+ metadata.gz: 245e1b7b83bcd4588587eb3a0a26c0554a4436b0
4
+ data.tar.gz: d8fa210b05765ee86aebf068f37e0331a052bd4d
5
5
  SHA512:
6
- metadata.gz: b5a16c0e279012421fc28780e8839d8e4491f3aa81ee2223f1dc3924f3cc694351e41afbb53f6997090df2ca31e23a802fe603b54820abc80ab1e4549ac02f42
7
- data.tar.gz: 7d676b157795c640b13df04b914b529ada2930e442b5c548cd9bac31cf8a14acf14ff17a6b294c34f8b2ed01b1475b6fdff38f18d6e99dd4bf73f3c7f4c44519
6
+ metadata.gz: b20746c7bc450a11d012da290fcdc03ca2c051748373f416f965b1eabe416afe6bf906abe74ebdb102dacfc15bbd6d299851ec09689868211a67fe5f9f4a9478
7
+ data.tar.gz: bd0ac8401d8da3ebef5a09e32a9ec469658ce72842f94b6d63645beeb26e409dc6b4b8131ec620efc13c4e8198bce17f0112cfe4dd334231fdd6d82c5652348c
@@ -0,0 +1,5 @@
1
+ class InitializerGenerator < Rails::Generators::Base
2
+ def create_initializer_file
3
+ create_file "config/initializers/initializer.rb", "# Add initialization content here"
4
+ end
5
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: firstkiss
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
  - Allan Sachs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-14 00:00:00.000000000 Z
11
+ date: 2015-12-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A simple hello world gem
14
14
  email: allansachs@icloud.com
@@ -19,6 +19,7 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - bin/firstkiss
21
21
  - lib/firstkiss.rb
22
+ - lib/firstkiss/generators/initializer_generator.rb
22
23
  - lib/firstkiss/translator.rb
23
24
  homepage: http://rubygems.org/gems/firstkiss
24
25
  licenses: