Module: MrMurano
- Defined in:
- lib/MrMurano/version.rb,
lib/MrMurano/Logs.rb,
lib/MrMurano/Mock.rb,
lib/MrMurano/http.rb,
lib/MrMurano/Config.rb,
lib/MrMurano/Account.rb,
lib/MrMurano/Content.rb,
lib/MrMurano/Gateway.rb,
lib/MrMurano/Setting.rb,
lib/MrMurano/Business.rb,
lib/MrMurano/Exchange.rb,
lib/MrMurano/Keystore.rb,
lib/MrMurano/Solution.rb,
lib/MrMurano/SyncRoot.rb,
lib/MrMurano/progress.rb,
lib/MrMurano/Passwords.rb,
lib/MrMurano/Passwords.rb,
lib/MrMurano/Passwords.rb,
lib/MrMurano/verbosing.rb,
lib/MrMurano/HttpAuthed.rb,
lib/MrMurano/SolutionId.rb,
lib/MrMurano/SyncUpDown.rb,
lib/MrMurano/Webservice.rb,
lib/MrMurano/makePretty.rb,
lib/MrMurano/AccountBase.rb,
lib/MrMurano/ProjectFile.rb,
lib/MrMurano/ReCommander.rb,
lib/MrMurano/SyncAllowed.rb,
lib/MrMurano/commands/tsdb.rb,
lib/MrMurano/Config-Migrate.rb,
lib/MrMurano/Solution-Users.rb,
lib/MrMurano/SyncUpDown-Core.rb,
lib/MrMurano/SyncUpDown-Item.rb,
lib/MrMurano/Webservice-Cors.rb,
lib/MrMurano/Webservice-File.rb,
lib/MrMurano/Exchange-Element.rb,
lib/MrMurano/Solution-Services.rb,
lib/MrMurano/SubCmdGroupContext.rb,
lib/MrMurano/Webservice-Endpoint.rb,
lib/MrMurano/commands/postgresql.rb,
lib/MrMurano/commands/timeseries.rb,
lib/MrMurano/Settings-HttpService.rb,
lib/MrMurano/Solution-ServiceConfig.rb,
lib/MrMurano/commands/solution_picker.rb
Overview
vim:tw=0:ts=2:sw=2:et:ai Unauthorized copying of this file is strictly prohibited.
Defined Under Namespace
Modules: AccountBase, Content, Gateway, Http, Httpservice, LocalStorage, Logs, Pretties, ServiceConfigs, SolutionId, SyncAllowed, SyncCore, SyncUpDown, Verbose, Webservice Classes: Account, Application, Business, Config, ConfigError, ConfigMigrate, EventHandler, EventHandlerSolnApp, EventHandlerSolnPrd, Exchange, ExchangeElement, Hooked, HttpAuthed, InteractiveSolutionFinder, Keystore, Mock, Module, Passwords, PlatformService, Postgresql, Product, Progress, ProjectFile, Role, ServiceBase, ServiceConfig, ServiceConfigApplication, ServiceConfigProduct, Services, Setting, Solution, SolutionBase, SubCmdGroupHelp, SyncRoot, Timeseries, Tokens, User, UserBase
Constant Summary collapse
- VERSION =
USAGE: Use ‘beta.’ and ‘pre.’ to label beta releases and dev builds.
For example, the first beta for a 3.0.0 release would be: 3.0.0.beta.1 After the beta release, developers would want to use a pre-build: 3.0.0.beta.2.pre.1 And then the next beta release drops the 'pre'-postfix: 3.0.0.beta.2 And finally the general release drops the 'beta'-postfix: 3.0.0 This works because of how versions are ordered, e.g., 3.0.0.beta.1 < 3.0.0.beta.2.pre.1 < 3.0.0.beta.2 < 3.0.0 Note that we cannot follow the Semantic Version guidelines from http://semver.org/. The guidelines say to use a dash to separate the pre-release version, and a plus to separate the build , e.g., '3.0.0-beta.2+1'. However, the `rake build` task replaces a dash in the version with the text, 'pre.', e.g., '3.0.0-beta.2' is changed to '3.0.0.pre.beta.2' which breaks our build (which expects the version to match herein). So stick to using the '.pre.X' syntax, which ruby/gems knows. '3.2.2'- EXE_NAME =
File.basename($PROGRAM_NAME)
- SIGN_UP_URL =
'https://exosite.com/signup/'- PRODUCT_SERVICES =
%w[device2 interface].freeze