masina 0.1.3 → 0.1.4
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 +4 -4
- data/Gemfile.lock +1 -1
- data/exe/masina +6 -0
- data/lib/masina/options.rb +7 -0
- data/lib/masina/version.rb +1 -1
- data/lib/masina.rb +1 -0
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d143e8bc5f7ca43bfdc37afb50db048f7c06de8733f546fa5819084f9460d523
|
|
4
|
+
data.tar.gz: 70b2b2998aa31c25b48e1986bada11582b89e307770b7bd9ebed7a95f89cd4e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54e1b04be96acae66f3579afe709d6aca7e4b82cee1f877007b1638d51ee08566b7260537c0b701918b8436cbafb0e7c2bb325de734f48a418e2c2ff57d7b551
|
|
7
|
+
data.tar.gz: 4872decfc681fe89c7620dd9c0fd2a9582cdb8445141653a1ed4bc3e77cde972bcf3c223fec4f4ef51581ff569f1e90bf79527e09b8181023f01e60ea37bd6b6
|
data/Gemfile.lock
CHANGED
data/exe/masina
ADDED
data/lib/masina/version.rb
CHANGED
data/lib/masina.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: masina
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aleksandar Popovic
|
|
@@ -115,7 +115,8 @@ dependencies:
|
|
|
115
115
|
description: Ruby Apps Packaging
|
|
116
116
|
email:
|
|
117
117
|
- aleksandar.popovic.popac@gmail.com
|
|
118
|
-
executables:
|
|
118
|
+
executables:
|
|
119
|
+
- masina
|
|
119
120
|
extensions: []
|
|
120
121
|
extra_rdoc_files: []
|
|
121
122
|
files:
|
|
@@ -132,7 +133,9 @@ files:
|
|
|
132
133
|
- Rakefile
|
|
133
134
|
- bin/console
|
|
134
135
|
- bin/setup
|
|
136
|
+
- exe/masina
|
|
135
137
|
- lib/masina.rb
|
|
138
|
+
- lib/masina/options.rb
|
|
136
139
|
- lib/masina/version.rb
|
|
137
140
|
- masina.gemspec
|
|
138
141
|
- rubocop.yml
|