README.md in po_to_json-1.1.0 vs README.md in po_to_json-2.0.0
- old
+ new
@@ -14,11 +14,11 @@
look at the [wokflow][workflow].
## Installation
```ruby
-gem "po_to_json", "~> 0.2"
+gem "po_to_json", "~> 2.0"
```
## Versioning
This library aims to adhere to [Semantic Versioning 2.0.0][semver]. Violations
@@ -31,10 +31,10 @@
gem using the [Pessimistic Version Constraint][pvc] with two digits of precision.
For example:
```ruby
-spec.add_dependency "po_to_json", "~> 0.2"
+spec.add_dependency "po_to_json", "~> 2.0"
```
## Usage
Most common use would be to generate a Jed ready javascript file. For example,