You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+157-4
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Edifunct
2
2
3
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/edifunct`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+
Fun with EDIFACT :tada:
4
4
5
-
TODO: Delete this and the text above, and describe your gem
5
+
EDIFACT files consist of segments and extracting the segments themselves is not too complex.
6
+
But when segments are being grouped in segment groups and nested segment groups, it would require having an additional, manual parsing step after extracting the segments.
7
+
This gem makes this easy by parsing the EDIFACT file according to a simple schema which you provide alongside the EDIFACT file.
EDIFACT files consist of segments and extracting the segments themselves is not too complex.
11
+
But when segments are being grouped in segment groups and nested segment groups, it would require having an additional, manual parsing step after extracting the segments.
12
+
This gem makes this easy by parsing the EDIFACT file according to a simple schema which you provide alongside the EDIFACT file.
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
94
+
95
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
96
+
MARKDOWN
97
+
98
+
puts"\n## Contributing"
99
+
puts
100
+
puts<<-MARKDOWN
101
+
Bug reports and pull requests are welcome on GitHub at https://github.com/orhantoy/edifunct.
0 commit comments