resona 0.3.0 → 0.3.1

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: df15b461bb56bf1751139e8ab46149c4afdfc179
4
- data.tar.gz: 9345af4407491da73d0106d5254cb086532de290
3
+ metadata.gz: 3db3f81ad9a93ba7ad637e0a2fac323a8f674e6f
4
+ data.tar.gz: dc8dc293be1058c1375b48239371048f6309a138
5
5
  SHA512:
6
- metadata.gz: 13c70f27bd30b3f0286cfe4c39dc5ac48e93c6eee15bebd351408e0e9b1a9adb1e8ecf3e21c10624880422e75d2a74ddb43e7af305fcfb1d654073e4b6071a29
7
- data.tar.gz: ed587e8be31f4f855913b839bf68198d01d05c1cd8aa00e526304338a6f51da6b29c6e4e19a8c50b761fa96f8b0f186a97c008994eecb3491ae22f66132c5ae7
6
+ metadata.gz: 2682e9fdcf2021a3cd7aff12cec2aa949d078ceab785ae391ebd96c0bab67ba110e1168346703ee7a4868d2a77666630d052ce6871a8e7acf71e52d9e20aeb4b
7
+ data.tar.gz: 37c44e7a81c2c84e0597500aa50558914183953ade9f35e8b2c85c926945a9f3672777899d545b201b375c96d3ababcb0fa44c34fc24da8ee8526d34be62c57e
data/README.md CHANGED
@@ -33,6 +33,12 @@ Usage: resona [options] gemfile
33
33
  --without grp,... Specify groups to exclude
34
34
  ```
35
35
 
36
+ Locally installed gems might not appear in the result. To prevent this from
37
+ happening, it is recommended that you either use a [rbenv
38
+ gemset](https://github.com/jf/rbenv-gemset), or use `GEM_HOME` and `GEM_PATH` to
39
+ [hide your locally installed gems from
40
+ resona](https://github.com/midchildan/mikutterbrew/blob/master/mikutterbrew).
41
+
36
42
  ## Development
37
43
 
38
44
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
@@ -15,7 +15,7 @@ module Resona
15
15
  info[:checksum], info[:remote_uri])
16
16
  end
17
17
 
18
- stanzas.join("\n\n")
18
+ stanzas.join("\n")
19
19
  end
20
20
 
21
21
 
@@ -1,3 +1,3 @@
1
1
  module Resona
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resona
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - midchildan