You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

docspring

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docspring - rubygems Package Compare versions

Comparing version
1.3.0
to
1.3.1
+4
-0
CHANGELOG.md

@@ -0,1 +1,5 @@

### 1.3.1 [September 27, 2020]
- Changed gem author to DocSpring
### 1.3.0 [September 26, 2020]

@@ -2,0 +6,0 @@

+1
-1

@@ -22,3 +22,3 @@ # -*- encoding: utf-8 -*-

s.platform = Gem::Platform::RUBY
s.authors = ["Form Applications, Inc."]
s.authors = ["DocSpring"]
s.email = ["support@docspring.com"]

@@ -25,0 +25,0 @@ s.homepage = "https://github.com/DocSpring/docspring-ruby"

PATH
remote: .
specs:
docspring (1.3.0)
docspring (1.3.1)
ffi (~> 1.0, >= 1.9.24)

@@ -6,0 +6,0 @@ json (>= 1.8)

@@ -14,3 +14,3 @@ =begin

module DocSpring
VERSION = '1.3.0'
VERSION = '1.3.1'
end

@@ -1,2 +0,2 @@

Copyright © 2018 Form Applications Inc.
Copyright © 2018-2020 DocSpring, Inc.

@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

@@ -10,3 +10,3 @@ # docspring

- API version: v1
- Package version: 1.3.0
- Package version: 1.3.1
- Build package: com.docspring.codegen.DocSpringRubyClientCodegen

@@ -27,5 +27,5 @@

```shell
gem install ./docspring-1.3.0.gem
gem install ./docspring-1.3.1.gem
```
(for development, run `gem install --dev ./docspring-1.3.0.gem` to install the development dependencies)
(for development, run `gem install --dev ./docspring-1.3.1.gem` to install the development dependencies)

@@ -36,3 +36,3 @@ or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).

gem 'docspring', '~> 1.3.0'
gem 'docspring', '~> 1.3.1'

@@ -39,0 +39,0 @@ ### Install from Git