https://github.com/parentnode/deardetector
Ruby gem for working with Segments from detector.parentnode.dk in Rails projects
https://github.com/parentnode/deardetector
Last synced: 3 months ago
JSON representation
Ruby gem for working with Segments from detector.parentnode.dk in Rails projects
- Host: GitHub
- URL: https://github.com/parentnode/deardetector
- Owner: parentnode
- License: mit
- Created: 2013-08-24T13:00:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T13:29:04.000Z (over 8 years ago)
- Last Synced: 2024-03-27T03:24:53.805Z (about 2 years ago)
- Language: Ruby
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
###
# Ruby gem for Detector
Identifies the current browser segment and makes a browser_segment variable available.
# Update gem version
To use updated version in apps that bundles through git:
- First: Bump version # here, rebuild gem: gem build deardetector.gemspec and commit + push.
- Second: In app, change version # in gemfile, run "bundle install", commit + push and deploy.