README.md in ass_ole-app_extension-0.1.1 vs README.md in ass_ole-app_extension-0.1.2
- old
+ new
@@ -1,5 +1,6 @@
+[![Gem Version](https://badge.fury.io/rb/ass_ole-app_extension.svg)](https://badge.fury.io/rb/ass_ole-app_extension)
# AssOle::AppExtension
Gem for working with 1C:Enterprise `ConfigurationExtension`. Provides features
for hot plug a `ConfigurationExtension` to 1C:Enterprise application
instance (aka infobase) and some more.
@@ -61,11 +62,11 @@
'FooExtension'
end
# Override abstract method
# must returns extension version
- def name
+ def version
VERSION
end
end
```
@@ -104,6 +105,7 @@
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).
## Contributing
-Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ass_ole-app_extension.
+Bug reports and pull requests are welcome on
+[GitHub](https://github.com/leoniv/ass_ole-app_extension.)