rollo 0.5.0 → 0.8.0.pre.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f56ade1caa6cdf9c29e8c48346ebcd591550bfbb
4
- data.tar.gz: 9f661dab545588f447394f80d296187800766524
2
+ SHA256:
3
+ metadata.gz: 1b90d2c194fd13378d68f68f7beff1eb65f6f72a3bacb0bf6294ef1dd3ab5ad4
4
+ data.tar.gz: a40ad68fb2557d0853fdaf1b5c6b06a53bb1217d5f92b8ad621e629c9cdd7598
5
5
  SHA512:
6
- metadata.gz: 83a6ee4e91ba74b736b4000a66d8b167ab6cbd432e276e2b7ceb9c2aa7c5cf8f520ce829ffe13b07bcbf32215d976596e433e1ad2ab74bf93210cb9430e3be81
7
- data.tar.gz: b515e70c773228188bf482bba4fcb9405df35f1c9e2ed0025d020298e7f5935b1b0777118fa75c199776e0211db04b81c494c08922037b6222bad19ef5d0b8ae
6
+ metadata.gz: 4bad5bd3f94bc15df350635682be0cafafb5ca5053c6deea7e0193df473c700190ffe11072b49d1fa5c0eeef188a937f688fbb316da8ed2564aa891c2feec47b
7
+ data.tar.gz: 9e413b047e5f566dd44a83858b330483166437eb6c62b04fcdf4edc546d3f68c34a577d59ff7e66df1a59d3177d80d51c4bfcd27e8d232ec4e4bb7e282687c17
data/CODE_OF_CONDUCT.md CHANGED
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
55
55
  ## Enforcement
56
56
 
57
57
  Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
- reported by contacting the project team at tobyclemson@gmail.com. All
58
+ reported by contacting the project team at maintainers@infrablocks.io. All
59
59
  complaints will be reviewed and investigated and will result in a response that
60
60
  is deemed necessary and appropriate to the circumstances. The project team is
61
61
  obligated to maintain confidentiality with regard to the reporter of an
data/Gemfile CHANGED
@@ -1,6 +1,8 @@
1
- source "https://rubygems.org"
1
+ # frozen_string_literal: true
2
2
 
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
3
+ source 'https://rubygems.org'
4
+
5
+ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
4
6
 
5
7
  # Specify your gem's dependencies in rollo.gemspec
6
8
  gemspec