usedby 0.4.1.pre.1 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -2
- data/lib/usedby/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: 5c438d152cfc62f962534f416c092d33216c635777e2901079e04f967a4342b2
|
4
|
+
data.tar.gz: 29c0012080e7ca8286181e1e0828548977fd89d032face141cfa0b986f05b1cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2fc9eb47f71563a69bb27f0b129109a956be53884f02e2863c7dc1a76fc124d51debac9a7f1a23815cdcf41a739bf879faaffb29f0f4479380002a1cf99b513
|
7
|
+
data.tar.gz: a8ed743d1e2a323344ed8dd4b402468d5433f291a7982fbc469f234ea36ddeb99ee0e036a8633f72feee57011b2b42cf77beafbb5dd273fa381e44929137fe25
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,16 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [0.4.
|
3
|
+
## [0.4.1](https://github.com/appfolio/usedby/tree/0.4.1) (2020-03-09)
|
4
4
|
|
5
|
-
[Full Changelog](https://github.com/appfolio/usedby/compare/v0.
|
5
|
+
[Full Changelog](https://github.com/appfolio/usedby/compare/v0.4.1.pre.1...0.4.1)
|
6
|
+
|
7
|
+
**Merged pull requests:**
|
8
|
+
|
9
|
+
- Fix gemfile not found error [\#19](https://github.com/appfolio/usedby/pull/19) ([magneland](https://github.com/magneland))
|
10
|
+
|
11
|
+
## [v0.4.1.pre.1](https://github.com/appfolio/usedby/tree/v0.4.1.pre.1) (2020-03-06)
|
12
|
+
|
13
|
+
[Full Changelog](https://github.com/appfolio/usedby/compare/v0.3.0...v0.4.1.pre.1)
|
6
14
|
|
7
15
|
**Closed issues:**
|
8
16
|
|
@@ -11,6 +19,8 @@
|
|
11
19
|
|
12
20
|
**Merged pull requests:**
|
13
21
|
|
22
|
+
- Cosmetic fixes [\#18](https://github.com/appfolio/usedby/pull/18) ([magneland](https://github.com/magneland))
|
23
|
+
- Prepare for publish [\#14](https://github.com/appfolio/usedby/pull/14) ([magneland](https://github.com/magneland))
|
14
24
|
- Rename gem [\#13](https://github.com/appfolio/usedby/pull/13) ([magneland](https://github.com/magneland))
|
15
25
|
- Check for skipped file before processing content [\#12](https://github.com/appfolio/usedby/pull/12) ([magneland](https://github.com/magneland))
|
16
26
|
- Add gemspecs [\#11](https://github.com/appfolio/usedby/pull/11) ([magneland](https://github.com/magneland))
|
data/lib/usedby/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: usedby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.1
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- AppFolio, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-03-
|
11
|
+
date: 2020-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitest
|
@@ -86,9 +86,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
86
86
|
version: '0'
|
87
87
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
88
88
|
requirements:
|
89
|
-
- - "
|
89
|
+
- - ">="
|
90
90
|
- !ruby/object:Gem::Version
|
91
|
-
version:
|
91
|
+
version: '0'
|
92
92
|
requirements: []
|
93
93
|
rubygems_version: 3.1.2
|
94
94
|
signing_key:
|