TestGem101 1.0.1 → 1.0.2
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.
- data/lib/TestGem101.rb +6 -0
- data/lib/secondfile.rb +1 -0
- data/lib/sub/fourthfile.rb +1 -0
- data/lib/thirdfile.rb +1 -0
- metadata +4 -1
data/lib/TestGem101.rb
CHANGED
data/lib/secondfile.rb
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
puts "This is second file"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
puts "This is fourth file"
|
data/lib/thirdfile.rb
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
puts "This is third file"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: TestGem101
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -17,7 +17,10 @@ executables: []
|
|
|
17
17
|
extensions: []
|
|
18
18
|
extra_rdoc_files: []
|
|
19
19
|
files:
|
|
20
|
+
- lib/secondfile.rb
|
|
20
21
|
- lib/TestGem101.rb
|
|
22
|
+
- lib/thirdfile.rb
|
|
23
|
+
- lib/sub/fourthfile.rb
|
|
21
24
|
homepage: http://testsite.com
|
|
22
25
|
licenses: []
|
|
23
26
|
post_install_message:
|