ruby_leiningen 0.11.0 → 0.12.0.pre.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 +4 -4
- data/Gemfile.lock +1 -1
- data/LICENSE.txt +1 -1
- data/lib/ruby_leiningen/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ccc3e4cfadbcf28ff3f4ed9d837d1cb06090e8bf77f2d46d5f3632d35d78cfbf
|
|
4
|
+
data.tar.gz: 33dd7128fd4c01e5ec1ccd7b8572e77faade5ceff5d8c829e900d2ed45aa1626
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73aed7ce4f27f100395fbd09d75e5caee328e253c8a5eb0bc120ce61b928def488f5e6919c6a4d1089de380db7a5c0eed8383d327f1ab451a9424606e198b71a
|
|
7
|
+
data.tar.gz: 84e8361a4559c20e468cca581cf7ee270ed0c94081761f5799bbe7dc87a91401b66703590c99c546363ae5163d2ccd1f3892d3f61b04bbbba656389ac9b5ca12
|
data/Gemfile.lock
CHANGED
data/LICENSE.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2019
|
|
3
|
+
Copyright (c) 2019 InfraBlocks Maintainers
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby_leiningen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.12.0.pre.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Toby Clemson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03-
|
|
11
|
+
date: 2020-03-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lino
|
|
@@ -219,9 +219,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
219
219
|
version: '2.6'
|
|
220
220
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
221
221
|
requirements:
|
|
222
|
-
- - "
|
|
222
|
+
- - ">"
|
|
223
223
|
- !ruby/object:Gem::Version
|
|
224
|
-
version:
|
|
224
|
+
version: 1.3.1
|
|
225
225
|
requirements: []
|
|
226
226
|
rubygems_version: 3.0.1
|
|
227
227
|
signing_key:
|