We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db878e commit d03a6c4Copy full SHA for d03a6c4
README.md
@@ -27,15 +27,15 @@ gem build flat_api.gemspec
27
Then either install the gem locally:
28
29
```shell
30
-gem install ./flat_api-0.1.0.gem
+gem install ./flat_api-0.1.1.gem
31
```
32
-(for development, run `gem install --dev ./flat_api-0.1.0.gem` to install the development dependencies)
+(for development, run `gem install --dev ./flat_api-0.1.1.gem` to install the development dependencies)
33
34
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
35
36
Finally add this to the Gemfile:
37
38
- gem 'flat_api', '~> 0.1.0'
+ gem 'flat_api', '~> 0.1.1'
39
40
### Install from Git
41
0 commit comments