my_precious 0.1.3 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa99e2aca8eb96c5c7b3e953a77fbab98ac79b642c007a4e9e29f1278cf03d1c
4
- data.tar.gz: b4cfe219a8148e80150e3ab920ba859da27301013d89e9d42ac437b527c2c5ca
3
+ metadata.gz: 33f961a3f893de10730baba1290c4cd13eb6ff1289f0bb1ced1444cfdcec9fb9
4
+ data.tar.gz: 0a1d19f817b6e4f283e4a5f279d0bb86a18cb9c9be77d087ecf9b719c4b68339
5
5
  SHA512:
6
- metadata.gz: 00142c94bd42e97a173dcdf7b4789d3af1b5d2d8ea8d950270bc6a825542f3227f7511206fbca3a4b78982aba38e02cf44aba5a00991d5d4ece040d860989202
7
- data.tar.gz: 7c93f3c68ba3d58828e9ac208d2ff6687156ed51fdedf797ccfdef19694d25f39beb9595cff2c4875b1877dcd46d03ab9b1912130d3dee8ddd47c7c8d7620907
6
+ metadata.gz: b1b1ac35a1332cb3120ae6153147691a07f430ceace7b949ff14a465dbcbe664e86b6ab78f4c3eb1ca4b3b0650eb061187b13a72f588752a75bd49289cc8a247
7
+ data.tar.gz: 718e5afcb319430f2202f7bf9f3c21edc4db37953ea437c4a12781b919830e37d2705cca471feb55ce5688a7fcceb1cf1deaff860623e47280f219434a8d4654
data/.gitignore CHANGED
@@ -9,3 +9,5 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+
13
+ Gemfile.lock
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- my_precious (0.1.3)
4
+ my_precious (0.1.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module MyPrecious
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.5"
3
3
  end
data/lib/my_precious.rb CHANGED
@@ -7,8 +7,8 @@ module MyPrecious
7
7
  class CLI < Thor
8
8
 
9
9
  desc 'bring_forth FILE', 'creates a .precious FILE where users can write their LOTR code'
10
- def bring_forth filename
11
- file = File.open filename
10
+ def bring_forth(filename)
11
+ file = File.open(filename + '.precious')
12
12
  puts "You have succesfully brought forth tome.rb"
13
13
  end
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_precious
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - jessicabettsftw