blue_factory 0.2.0 → 0.2.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/CHANGELOG.md +4 -0
- data/LICENSE.txt +1 -1
- data/lib/blue_factory/version.rb +1 -1
- metadata +9 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85317663395ff94cb8ab867825021b522b84f99ce46d7175411438fb225fa9ac
|
|
4
|
+
data.tar.gz: bb1edb042efcb2bb387f0fc1ef37c94169fbd7b579f8d7da5227f5029a488e75
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d98c5367c5a939cd3bc2c02a51a3513668bc73aa898141e40e1c2d2c12698b3dc653fb3e04bde7fd5b3d0b523c8f7f15507a50ffb264d3329c6bf91661fdff5
|
|
7
|
+
data.tar.gz: f5604c93743f6790123a8ade93ed2c6984e6d198692c5b3c5a66b9508597e7f4ecff0d37bb520853f251fcf15afa437f6eb7f9e572a40630437683b9b3345829
|
data/CHANGELOG.md
CHANGED
data/LICENSE.txt
CHANGED
data/lib/blue_factory/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blue_factory
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kuba Suder
|
|
@@ -13,16 +13,22 @@ dependencies:
|
|
|
13
13
|
name: sinatra
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
15
15
|
requirements:
|
|
16
|
-
- - "
|
|
16
|
+
- - ">="
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
18
|
version: '3.0'
|
|
19
|
+
- - "<"
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '5.0'
|
|
19
22
|
type: :runtime
|
|
20
23
|
prerelease: false
|
|
21
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
25
|
requirements:
|
|
23
|
-
- - "
|
|
26
|
+
- - ">="
|
|
24
27
|
- !ruby/object:Gem::Version
|
|
25
28
|
version: '3.0'
|
|
29
|
+
- - "<"
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
version: '5.0'
|
|
26
32
|
description: "\n BlueFactory is a Ruby library which helps you build a web service
|
|
27
33
|
that hosts custom feeds a.k.a. feed generators\n for the Bluesky social network.
|
|
28
34
|
It implements a simple HTTP server based on Sinatra which provides the required\n
|