whally 0.1.2 → 0.1.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 +4 -4
- data/README.md +4 -0
- data/lib/whally/builder.rb +1 -1
- data/lib/whally/service_decomposer.rb +1 -1
- data/lib/whally/version.rb +1 -1
- data/whally-0.1.2.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5e55fdc7d0d44bbe901a30ec63d570a33a03cd28
|
|
4
|
+
data.tar.gz: efc68dd7d8bd02dcfdcad7bdd43ce497cadf8cab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd008a662a7415dbeaf782b0ab7d4e62a2b0592866826478cf9c541f5e197740f236505238a75514eec0850ab1d74a950eca8dbc8df282b423ae9c5eed338f97
|
|
7
|
+
data.tar.gz: 5674938e02a97a9bd47530d49e90d2b517665098b1db4baa3b48abe2a19dca5b56ac1ca87390db08fb993ff6683e0e5611189c1d65f089d7f6de966312036a28
|
data/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
[](https://codeclimate.com/repos/571a34d6c0558e4075003682/feed)
|
|
2
|
+
[](https://codeclimate.com/repos/571a34d6c0558e4075003682/coverage)
|
|
3
|
+
[](https://codeclimate.com/repos/571a34d6c0558e4075003682/feed)
|
|
4
|
+
|
|
1
5
|
# [Whally](https://github.com/IcaliaLabs/whales)
|
|
2
6
|
|
|
3
7
|
[](https://codeclimate.com/repos/571a34d6c0558e4075003682/feed)
|
data/lib/whally/builder.rb
CHANGED
|
@@ -47,7 +47,7 @@ module Whally
|
|
|
47
47
|
|
|
48
48
|
def add_entrypoint
|
|
49
49
|
write_on file: "#{@pathfile}/dev-entrypoint.sh", mode: 'w' do
|
|
50
|
-
"
|
|
50
|
+
"#! /bin/bash\nset -e\nbundle check || bundle\nbin/check-or-setup-db\nif [ -z \"$1\" ]; then set -- rails server -p 3000 -b 0.0.0.0 \"$@\"; fi\nif [[ \"$1\" = \"rails\" && (\"$2\" = \"s\" || \"$2\" = \"server\") ]]; then set -- \"$@\" -P /tmp/server.pid; fi\nrake db:migrate\nexec \"$@\""
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
data/lib/whally/version.rb
CHANGED
data/whally-0.1.2.gem
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: whally
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Abraham Kuri
|
|
@@ -156,6 +156,7 @@ files:
|
|
|
156
156
|
- lib/whally/volume_decomposer.rb
|
|
157
157
|
- spec/spec_helper.rb
|
|
158
158
|
- spec/whally_spec.rb
|
|
159
|
+
- whally-0.1.2.gem
|
|
159
160
|
- whally.gemspec
|
|
160
161
|
homepage: https://github.com/IcaliaLabs/whales
|
|
161
162
|
licenses:
|