proiel 1.3.2 → 1.3.3
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/README.md +11 -5
- data/lib/proiel/version.rb +1 -1
- metadata +7 -21
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30caef48773c6ac724bf1afc03080c6b5e3dc0edb2d721b0c2a75b37594a8358
|
|
4
|
+
data.tar.gz: 2d9902c8941955e1098afc4c262618a2344366e70e751c602a5c22ab29c5bf40
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e0a5da10bc970df32a6f9ae55d0d8754ca2c555385cf77b17567c338aab1bd65d2ed026ed197da2b2a2b825bfe7cbaa9a892758d2ed494c10ba4a57404aa8c4
|
|
7
|
+
data.tar.gz: 1f3251543e1984898d6ca7b71267faa2440ea45af524c5885d9033d3385dd7f668124c08d8f1dddd21bdb7a2caf69cbf90c09016df6d750ace5d1c48e6f3d519
|
data/README.md
CHANGED
|
@@ -85,14 +85,20 @@ spec.add_dependency 'proiel', '~> 1.0'
|
|
|
85
85
|
|
|
86
86
|
## Development
|
|
87
87
|
|
|
88
|
-
Check out the git repository from GitHub and run `
|
|
89
|
-
all development dependencies. Then run `rake` to run the tests.
|
|
90
|
-
|
|
91
|
-
You can also run `bin/console` for an interactive prompt to experiment with.
|
|
88
|
+
Check out the git repository from GitHub and run `bundle install` to install
|
|
89
|
+
all development dependencies. Then run `bundle exec rake` to run the tests.
|
|
92
90
|
|
|
93
91
|
To install a development version of this gem, run `bundle exec rake install`.
|
|
94
92
|
|
|
95
|
-
|
|
93
|
+
### Releasing a new version
|
|
94
|
+
|
|
95
|
+
To release a new version:
|
|
96
|
+
|
|
97
|
+
1. Update the version number in `lib/proiel/version.rb`.
|
|
98
|
+
2. Run `bundle exec rake release`. This will:
|
|
99
|
+
* Create a git tag for the version.
|
|
100
|
+
* Push git commits and tags to the remote repository.
|
|
101
|
+
* Push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
96
102
|
|
|
97
103
|
## Documentation
|
|
98
104
|
|
data/lib/proiel/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: proiel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marius L. Jøhndal
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-12-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: builder
|
|
@@ -56,16 +56,16 @@ dependencies:
|
|
|
56
56
|
name: nokogiri
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- - "
|
|
59
|
+
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 1.14
|
|
61
|
+
version: '1.14'
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- - "
|
|
66
|
+
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 1.14
|
|
68
|
+
version: '1.14'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: sax-machine
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -122,20 +122,6 @@ dependencies:
|
|
|
122
122
|
- - "~>"
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: 3.9.0
|
|
125
|
-
- !ruby/object:Gem::Dependency
|
|
126
|
-
name: simplecov
|
|
127
|
-
requirement: !ruby/object:Gem::Requirement
|
|
128
|
-
requirements:
|
|
129
|
-
- - "~>"
|
|
130
|
-
- !ruby/object:Gem::Version
|
|
131
|
-
version: 0.18.5
|
|
132
|
-
type: :development
|
|
133
|
-
prerelease: false
|
|
134
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
135
|
-
requirements:
|
|
136
|
-
- - "~>"
|
|
137
|
-
- !ruby/object:Gem::Version
|
|
138
|
-
version: 0.18.5
|
|
139
125
|
- !ruby/object:Gem::Dependency
|
|
140
126
|
name: yard
|
|
141
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -220,7 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
220
206
|
- !ruby/object:Gem::Version
|
|
221
207
|
version: '0'
|
|
222
208
|
requirements: []
|
|
223
|
-
rubygems_version: 3.
|
|
209
|
+
rubygems_version: 3.1.6
|
|
224
210
|
signing_key:
|
|
225
211
|
specification_version: 4
|
|
226
212
|
summary: A library for working with treebanks using the PROIEL dependency format
|